prompt
stringlengths
727
946
symbol_a
stringlengths
83
175
symbol_b
stringlengths
51
147
symbol_a_name
stringlengths
3
73
symbol_b_name
stringlengths
2
60
is_linked
bool
2 classes
hop_count
int64
1
5
ground_truth_path
listlengths
2
6
repo_name
stringclasses
1 value
In cli/cli, determine if `updateBranchRun` and `Mutex#Lock` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/update-branch`/updateBranchRun().` - Symbol B: `scip-go gomod github.com/golang/go/src . sync/Mutex#Lock().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/update-branch`/updateBranchRun().
scip-go gomod github.com/golang/go/src . sync/Mutex#Lock().
updateBranchRun
Mutex#Lock
true
4
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/update-branch`/updateBranchRun().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/IOStreams#StartProgressIndicator().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/IOStreams#StartProgressIndicatorWithLabel().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/IOStreams#startTextualProgressIndicator().", "scip-go gomod github.com/golang/go/src . sync/Mutex#Lock()." ]
cli/cli
In cli/cli, determine if `archiveRun` and `IOStreams#SetStdoutTTY` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/repo/archive`/archiveRun().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/IOStreams#SetStdoutTTY().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/repo/archive`/archiveRun().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/IOStreams#SetStdoutTTY().
archiveRun
IOStreams#SetStdoutTTY
false
null
null
cli/cli
In cli/cli, determine if `normalizeHostname` and `ParseURL` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/ghrepo`/normalizeHostname().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/shared`/ParseURL().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/ghrepo`/normalizeHostname().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/shared`/ParseURL().
normalizeHostname
ParseURL
true
2
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/shared`/ParseURL().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/ghrepo`/NewWithHost().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/ghrepo`/normalizeHostname()." ]
cli/cli
In cli/cli, determine if `UserKeys` and `Sprintf` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/ssh-key/shared`/UserKeys().` - Symbol B: `scip-go gomod github.com/golang/go/src . fmt/Sprintf().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/ssh-key/shared`/UserKeys().
scip-go gomod github.com/golang/go/src . fmt/Sprintf().
UserKeys
Sprintf
true
5
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/ssh-key/shared`/UserKeys().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/ssh-key/shared`/getUserKeys().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/HandleHTTPError().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/handleResponse().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/generateScopesSuggestion().", "scip-go gomod github.com/golang/go/src . fmt/Sprintf()." ]
cli/cli
In cli/cli, determine if `agentSessionWebURL` and `NewExponentialBackOff` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/agent-task/create`/agentSessionWebURL().` - Symbol B: `scip-go gomod github.com/cenkalti/backoff/v4 v4.3.0 `github.com/cenkalti/backoff/v4`/NewExponentialBackOff().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/agent-task/create`/agentSessionWebURL().
scip-go gomod github.com/cenkalti/backoff/v4 v4.3.0 `github.com/cenkalti/backoff/v4`/NewExponentialBackOff().
agentSessionWebURL
NewExponentialBackOff
false
null
null
cli/cli
In cli/cli, determine if `waitUntilCodespaceConnectionReady` and `Background` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/codespaces`/waitUntilCodespaceConnectionReady().` - Symbol B: `scip-go gomod github.com/golang/go/src . context/Background().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/codespaces`/waitUntilCodespaceConnectionReady().
scip-go gomod github.com/golang/go/src . context/Background().
waitUntilCodespaceConnectionReady
Background
false
null
null
cli/cli
In cli/cli, determine if `TestJSONProjectDetailedItems` and `ProjectItem#URL` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/project/shared/queries`/TestJSONProjectDetailedItems().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/project/shared/queries`/ProjectItem#URL().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/project/shared/queries`/TestJSONProjectDetailedItems().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/project/shared/queries`/ProjectItem#URL().
TestJSONProjectDetailedItems
ProjectItem#URL
true
4
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/project/shared/queries`/TestJSONProjectDetailedItems().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/project/shared/queries`/Project#DetailedItems().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/project/shared/queries`/serializeProjectWithItems().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/project/shared/queries`/ProjectItem#DetailedItem().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/project/shared/queries`/ProjectItem#URL()." ]
cli/cli
In cli/cli, determine if `newCpCmd` and `keypairForPrivateKey` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/codespace`/newCpCmd().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/codespace`/keypairForPrivateKey().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/codespace`/newCpCmd().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/codespace`/keypairForPrivateKey().
newCpCmd
keypairForPrivateKey
true
5
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/codespace`/newCpCmd().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/codespace`/App#Copy().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/codespace`/App#SSH().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/codespace`/selectSSHKeys().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/codespace`/firstConfiguredKeyPair().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/codespace`/keypairForPrivateKey()." ]
cli/cli
In cli/cli, determine if `TestSwitchUserErrorsAndRestoresUserAndKeyringUnderFailure` and `New` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/config`/TestSwitchUserErrorsAndRestoresUserAndKeyringUnderFailure().` - Symbol B: `scip-go gomod github.com/golang/go/src . errors/New().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/config`/TestSwitchUserErrorsAndRestoresUserAndKeyringUnderFailure().
scip-go gomod github.com/golang/go/src . errors/New().
TestSwitchUserErrorsAndRestoresUserAndKeyringUnderFailure
New
true
3
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/config`/TestSwitchUserErrorsAndRestoresUserAndKeyringUnderFailure().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/config`/AuthConfig#ActiveToken().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/config`/AuthConfig#TokenFromKeyringForUser().", "scip-go gomod github.com/golang/go/src . errors/New()." ]
cli/cli
In cli/cli, determine if `JSONErrorResponse` and `Buffer#String` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/httpmock`/JSONErrorResponse().` - Symbol B: `scip-go gomod github.com/golang/go/src . bytes/Buffer#String().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/httpmock`/JSONErrorResponse().
scip-go gomod github.com/golang/go/src . bytes/Buffer#String().
JSONErrorResponse
Buffer#String
false
null
null
cli/cli
In cli/cli, determine if `archiveRepo` and `ColorScheme#WarningIcon` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/repo/archive`/archiveRepo().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/ColorScheme#WarningIcon().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/repo/archive`/archiveRepo().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/ColorScheme#WarningIcon().
archiveRepo
ColorScheme#WarningIcon
false
null
null
cli/cli
In cli/cli, determine if `getWorkflowsByName` and `TrimPrefix` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/workflow/shared`/getWorkflowsByName().` - Symbol B: `scip-go gomod github.com/golang/go/src . strings/TrimPrefix().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/workflow/shared`/getWorkflowsByName().
scip-go gomod github.com/golang/go/src . strings/TrimPrefix().
getWorkflowsByName
TrimPrefix
true
5
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/workflow/shared`/getWorkflowsByName().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/workflow/shared`/GetWorkflows().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/Client#REST().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/handleResponse().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/generateScopesSuggestion().", "scip-go gomod github.com/golang/go/src . strings/TrimPrefix()." ]
cli/cli
In cli/cli, determine if `isPrint` and `DecodeRune` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/diff`/isPrint().` - Symbol B: `scip-go gomod github.com/golang/go/src . `unicode/utf8`/DecodeRune().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/diff`/isPrint().
scip-go gomod github.com/golang/go/src . `unicode/utf8`/DecodeRune().
isPrint
DecodeRune
false
null
null
cli/cli
In cli/cli, determine if `verifyCertExtensions` and `New` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/attestation/verification`/verifyCertExtensions().` - Symbol B: `scip-go gomod github.com/golang/go/src . errors/New().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/attestation/verification`/verifyCertExtensions().
scip-go gomod github.com/golang/go/src . errors/New().
verifyCertExtensions
New
false
null
null
cli/cli
In cli/cli, determine if `TestClientCommitBody` and `Mutex#Lock` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/git`/TestClientCommitBody().` - Symbol B: `scip-go gomod github.com/golang/go/src . sync/Mutex#Lock().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/git`/TestClientCommitBody().
scip-go gomod github.com/golang/go/src . sync/Mutex#Lock().
TestClientCommitBody
Mutex#Lock
true
4
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/git`/TestClientCommitBody().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/git`/Client#CommitBody().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/git`/Client#lookupCommit().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/git`/Client#Command().", "scip-go gomod github.com/golang/go/src . sync/Mutex#Lock()." ]
cli/cli
In cli/cli, determine if `ListenTCP` and `GetCodespaceConnection` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/codespaces`/ListenTCP().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/codespaces`/GetCodespaceConnection().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/codespaces`/ListenTCP().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/codespaces`/GetCodespaceConnection().
ListenTCP
GetCodespaceConnection
false
null
null
cli/cli
In cli/cli, determine if `unarchiveRun` and `IOStreams#SetStdoutTTY` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/repo/unarchive`/unarchiveRun().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/IOStreams#SetStdoutTTY().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/repo/unarchive`/unarchiveRun().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/IOStreams#SetStdoutTTY().
unarchiveRun
IOStreams#SetStdoutTTY
false
null
null
cli/cli
In cli/cli, determine if `TestHTTPClientRedirectAuthenticationHeaderHandling` and `File#Fd` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/TestHTTPClientRedirectAuthenticationHeaderHandling().` - Symbol B: `scip-go gomod github.com/golang/go/src . os/File#Fd().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/TestHTTPClientRedirectAuthenticationHeaderHandling().
scip-go gomod github.com/golang/go/src . os/File#Fd().
TestHTTPClientRedirectAuthenticationHeaderHandling
File#Fd
true
3
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/TestHTTPClientRedirectAuthenticationHeaderHandling().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/NewHTTPClient().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/utils`/IsDebugEnabled().", "scip-go gomod github.com/golang/go/src . os/File#Fd()." ]
cli/cli
In cli/cli, determine if `TestStructExportData` and `fieldByName` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmdutil`/TestStructExportData().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmdutil`/fieldByName().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmdutil`/TestStructExportData().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmdutil`/fieldByName().
TestStructExportData
fieldByName
true
2
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmdutil`/TestStructExportData().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmdutil`/StructExportData().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmdutil`/fieldByName()." ]
cli/cli
In cli/cli, determine if `CommentDelete` and `HasPrefix` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/CommentDelete().` - Symbol B: `scip-go gomod github.com/golang/go/src . strings/HasPrefix().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/CommentDelete().
scip-go gomod github.com/golang/go/src . strings/HasPrefix().
CommentDelete
HasPrefix
true
4
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/CommentDelete().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/Client#Mutate().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/handleResponse().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/generateScopesSuggestion().", "scip-go gomod github.com/golang/go/src . strings/HasPrefix()." ]
cli/cli
In cli/cli, determine if `archiveRepo` and `Header#Get` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/repo/archive`/archiveRepo().` - Symbol B: `scip-go gomod github.com/golang/go/src . `net/http`/Header#Get().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/repo/archive`/archiveRepo().
scip-go gomod github.com/golang/go/src . `net/http`/Header#Get().
archiveRepo
Header#Get
true
3
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/repo/archive`/archiveRepo().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/Client#Mutate().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/handleResponse().", "scip-go gomod github.com/golang/go/src . `net/http`/Header#Get()." ]
cli/cli
In cli/cli, determine if `runDeleteField` and `printResults` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/project/field-delete`/runDeleteField().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/project/field-delete`/printResults().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/project/field-delete`/runDeleteField().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/project/field-delete`/printResults().
runDeleteField
printResults
true
1
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/project/field-delete`/runDeleteField().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/project/field-delete`/printResults()." ]
cli/cli
In cli/cli, determine if `failOnSendError` and `NoError` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/failOnSendError().` - Symbol B: `scip-go gomod github.com/stretchr/testify v1.11.1 `github.com/stretchr/testify/require`/NoError().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/failOnSendError().
scip-go gomod github.com/stretchr/testify v1.11.1 `github.com/stretchr/testify/require`/NoError().
failOnSendError
NoError
false
null
null
cli/cli
In cli/cli, determine if `listRun` and `Time#Add` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/ssh-key/list`/listRun().` - Symbol B: `scip-go gomod github.com/golang/go/src . time/Time#Add().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/ssh-key/list`/listRun().
scip-go gomod github.com/golang/go/src . time/Time#Add().
listRun
Time#Add
false
null
null
cli/cli
In cli/cli, determine if `Extension#Name` and `New` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/extension`/Extension#Name().` - Symbol B: `scip-go gomod github.com/golang/go/src . errors/New().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/extension`/Extension#Name().
scip-go gomod github.com/golang/go/src . errors/New().
Extension#Name
New
false
null
null
cli/cli
In cli/cli, determine if `formatComment` and `Caser#String` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/shared`/formatComment().` - Symbol B: `scip-go gomod golang.org/x/text v0.32.0 `golang.org/x/text/cases`/Caser#String().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/shared`/formatComment().
scip-go gomod golang.org/x/text v0.32.0 `golang.org/x/text/cases`/Caser#String().
formatComment
Caser#String
true
3
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/shared`/formatComment().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/shared`/formatHiddenComment().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/text`/Title().", "scip-go gomod golang.org/x/text v0.32.0 `golang.org/x/text/cases`/Caser#String()." ]
cli/cli
In cli/cli, determine if `ResolvedRemotes#NetworkRepos` and `NewWithHost` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/context`/ResolvedRemotes#NetworkRepos().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/ghrepo`/NewWithHost().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/context`/ResolvedRemotes#NetworkRepos().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/ghrepo`/NewWithHost().
ResolvedRemotes#NetworkRepos
NewWithHost
false
null
null
cli/cli
In cli/cli, determine if `getTags` and `URL#Hostname` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/release/create`/getTags().` - Symbol B: `scip-go gomod github.com/golang/go/src . `net/url`/URL#Hostname().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/release/create`/getTags().
scip-go gomod github.com/golang/go/src . `net/url`/URL#Hostname().
getTags
URL#Hostname
true
3
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/release/create`/getTags().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/HandleHTTPError().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/handleResponse().", "scip-go gomod github.com/golang/go/src . `net/url`/URL#Hostname()." ]
cli/cli
In cli/cli, determine if `interactiveRepoInfo` and `Repository#RepoName` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/repo/create`/interactiveRepoInfo().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/Repository#RepoName().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/repo/create`/interactiveRepoInfo().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/Repository#RepoName().
interactiveRepoInfo
Repository#RepoName
false
null
null
cli/cli
In cli/cli, determine if `Test_logoutRun_tty` and `isCygwinTerminal` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/auth/logout`/Test_logoutRun_tty().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/isCygwinTerminal().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/auth/logout`/Test_logoutRun_tty().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/isCygwinTerminal().
Test_logoutRun_tty
isCygwinTerminal
true
4
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/auth/logout`/Test_logoutRun_tty().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/auth/logout`/logoutRun().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/IOStreams#CanPrompt().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/IOStreams#IsStdoutTTY().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/isCygwinTerminal()." ]
cli/cli
In cli/cli, determine if `Client#IsLocalGitRepo` and `New` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/git`/Client#IsLocalGitRepo().` - Symbol B: `scip-go gomod github.com/golang/go/src . errors/New().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/git`/Client#IsLocalGitRepo().
scip-go gomod github.com/golang/go/src . errors/New().
Client#IsLocalGitRepo
New
false
null
null
cli/cli
In cli/cli, determine if `NewCmdDownload` and `Spinner#Stop` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/release/download`/NewCmdDownload().` - Symbol B: `scip-go gomod github.com/briandowns/spinner v1.23.2 `github.com/briandowns/spinner`/Spinner#Stop().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/release/download`/NewCmdDownload().
scip-go gomod github.com/briandowns/spinner v1.23.2 `github.com/briandowns/spinner`/Spinner#Stop().
NewCmdDownload
Spinner#Stop
true
3
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/release/download`/NewCmdDownload().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/release/download`/downloadRun().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/IOStreams#StopProgressIndicator().", "scip-go gomod github.com/briandowns/spinner v1.23.2 `github.com/briandowns/spinner`/Spinner#Stop()." ]
cli/cli
In cli/cli, determine if `Handler#Println` and `verifyAttestations` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/attestation/io`/Handler#Println().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/attestation/verify`/verifyAttestations().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/attestation/io`/Handler#Println().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/attestation/verify`/verifyAttestations().
Handler#Println
verifyAttestations
false
null
null
cli/cli
In cli/cli, determine if `TestNewCmdConfigSet` and `defaultFor` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/config/set`/TestNewCmdConfigSet().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/config`/defaultFor().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/config/set`/TestNewCmdConfigSet().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/config`/defaultFor().
TestNewCmdConfigSet
defaultFor
true
5
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/config/set`/TestNewCmdConfigSet().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/config`/NewBlankConfig().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/config`/NewFromString().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/config`/cfg#AccessibleColors().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/config`/cfg#GetOrDefault().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/config`/defaultFor()." ]
cli/cli
In cli/cli, determine if `humanize` and `NewCmdCreate` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/create`/humanize().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/create`/NewCmdCreate().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/create`/humanize().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/create`/NewCmdCreate().
humanize
NewCmdCreate
true
4
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/create`/NewCmdCreate().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/create`/createRun().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/create`/NewIssueState().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/create`/initDefaultTitleBody().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/create`/humanize()." ]
cli/cli
In cli/cli, determine if `REST` and `PrompterMock#RegisterSelect` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/httpmock`/REST().` - Symbol B: `scip-go gomod github.com/cli/go-gh/v2 v2.13.0 `github.com/cli/go-gh/v2/pkg/prompter`/PrompterMock#RegisterSelect().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/httpmock`/REST().
scip-go gomod github.com/cli/go-gh/v2 v2.13.0 `github.com/cli/go-gh/v2/pkg/prompter`/PrompterMock#RegisterSelect().
REST
PrompterMock#RegisterSelect
false
null
null
cli/cli
In cli/cli, determine if `relockLockable` and `ColorScheme#Green` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/issue/lock`/relockLockable().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/ColorScheme#Green().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/issue/lock`/relockLockable().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/ColorScheme#Green().
relockLockable
ColorScheme#Green
false
null
null
cli/cli
In cli/cli, determine if `TestListSessionsByResourceIDRequiresResource` and `generateScopesSuggestion` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/agent-task/capi`/TestListSessionsByResourceIDRequiresResource().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/generateScopesSuggestion().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/agent-task/capi`/TestListSessionsByResourceIDRequiresResource().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/generateScopesSuggestion().
TestListSessionsByResourceIDRequiresResource
generateScopesSuggestion
true
5
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/agent-task/capi`/TestListSessionsByResourceIDRequiresResource().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/agent-task/capi`/CAPIClient#ListSessionsByResourceID().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/agent-task/capi`/CAPIClient#hydrateSessionPullRequestsAndUsers().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/Client#Query().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/handleResponse().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/generateScopesSuggestion()." ]
cli/cli
In cli/cli, determine if `manPrintOptions` and `New` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/docs`/manPrintOptions().` - Symbol B: `scip-go gomod github.com/golang/go/src . `html/template`/New().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/docs`/manPrintOptions().
scip-go gomod github.com/golang/go/src . `html/template`/New().
manPrintOptions
New
true
3
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/docs`/manPrintOptions().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/docs`/manPrintFlags().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/docs`/getDefaultValueDisplayString().", "scip-go gomod github.com/golang/go/src . `html/template`/New()." ]
cli/cli
In cli/cli, determine if `parseFields` and `common#Fatalf` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/api`/parseFields().` - Symbol B: `scip-go gomod github.com/golang/go/src . testing/common#Fatalf().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/api`/parseFields().
scip-go gomod github.com/golang/go/src . testing/common#Fatalf().
parseFields
common#Fatalf
false
null
null
cli/cli
In cli/cli, determine if `TestJSONFields` and `NewCmdStatus` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/auth/status`/TestJSONFields().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/auth/status`/NewCmdStatus().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/auth/status`/TestJSONFields().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/auth/status`/NewCmdStatus().
TestJSONFields
NewCmdStatus
true
1
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/auth/status`/TestJSONFields().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/auth/status`/NewCmdStatus()." ]
cli/cli
In cli/cli, determine if `Test_createRun` and `Join` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/repo/create`/Test_createRun().` - Symbol B: `scip-go gomod github.com/golang/go/src . strings/Join().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/repo/create`/Test_createRun().
scip-go gomod github.com/golang/go/src . strings/Join().
Test_createRun
Join
true
2
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/repo/create`/Test_createRun().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/run`/Stub().", "scip-go gomod github.com/golang/go/src . strings/Join()." ]
cli/cli
In cli/cli, determine if `Test_NewCmdReady` and `IOStreams#SetStdoutTTY` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/ready`/Test_NewCmdReady().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/IOStreams#SetStdoutTTY().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/ready`/Test_NewCmdReady().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/IOStreams#SetStdoutTTY().
Test_NewCmdReady
IOStreams#SetStdoutTTY
true
1
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/ready`/Test_NewCmdReady().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/IOStreams#SetStdoutTTY()." ]
cli/cli
In cli/cli, determine if `RepoFindForks` and `Fprintln` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/RepoFindForks().` - Symbol B: `scip-go gomod github.com/golang/go/src . fmt/Fprintln().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/RepoFindForks().
scip-go gomod github.com/golang/go/src . fmt/Fprintln().
RepoFindForks
Fprintln
false
null
null
cli/cli
In cli/cli, determine if `API#do` and `ReadAll` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/codespaces/api`/API#do().` - Symbol B: `scip-go gomod github.com/golang/go/src . io/ReadAll().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/codespaces/api`/API#do().
scip-go gomod github.com/golang/go/src . io/ReadAll().
API#do
ReadAll
false
null
null
cli/cli
In cli/cli, determine if `TestEditRun` and `IOStreams#SetStdoutTTY` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/label`/TestEditRun().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/IOStreams#SetStdoutTTY().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/label`/TestEditRun().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/IOStreams#SetStdoutTTY().
TestEditRun
IOStreams#SetStdoutTTY
true
1
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/label`/TestEditRun().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/IOStreams#SetStdoutTTY()." ]
cli/cli
In cli/cli, determine if `jobLogFilenameRegexp` and `NewCmdRun` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/run/view`/jobLogFilenameRegexp().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/run`/NewCmdRun().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/run/view`/jobLogFilenameRegexp().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/run`/NewCmdRun().
jobLogFilenameRegexp
NewCmdRun
true
4
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/run`/NewCmdRun().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/run/view`/NewCmdView().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/run/view`/runView().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/run/view`/getZipLogMap().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/run/view`/jobLogFilenameRegexp()." ]
cli/cli
In cli/cli, determine if `editRun` and `Join` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/gist/edit`/editRun().` - Symbol B: `scip-go gomod github.com/golang/go/src . `path/filepath`/Join().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/gist/edit`/editRun().
scip-go gomod github.com/golang/go/src . `path/filepath`/Join().
editRun
Join
false
null
null
cli/cli
In cli/cli, determine if `TestOutput` and `WriteFile` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/git`/TestOutput().` - Symbol B: `scip-go gomod github.com/golang/go/src . os/WriteFile().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/git`/TestOutput().
scip-go gomod github.com/golang/go/src . os/WriteFile().
TestOutput
WriteFile
true
2
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/git`/TestOutput().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/git`/createMockExecutable().", "scip-go gomod github.com/golang/go/src . os/WriteFile()." ]
cli/cli
In cli/cli, determine if `disableColorLabelsConfig` and `Some` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/factory`/disableColorLabelsConfig().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/option`/Some().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/factory`/disableColorLabelsConfig().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/option`/Some().
disableColorLabelsConfig
Some
true
5
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/factory`/disableColorLabelsConfig().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/config`/NewFromString().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/config`/cfg#AccessiblePrompter().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/config`/cfg#GetOrDefault().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/config`/cfg#get().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/option`/Some()." ]
cli/cli
In cli/cli, determine if `RepoMetadataResult#TeamsToIDs` and `IssueMetadataState#HasMetadata` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/RepoMetadataResult#TeamsToIDs().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/shared`/IssueMetadataState#HasMetadata().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/RepoMetadataResult#TeamsToIDs().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/shared`/IssueMetadataState#HasMetadata().
RepoMetadataResult#TeamsToIDs
IssueMetadataState#HasMetadata
false
null
null
cli/cli
In cli/cli, determine if `TestManager_UpgradeExtension_GitExtension_DryRun` and `Manager#installDir` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/extension`/TestManager_UpgradeExtension_GitExtension_DryRun().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/extension`/Manager#installDir().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/extension`/TestManager_UpgradeExtension_GitExtension_DryRun().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/extension`/Manager#installDir().
TestManager_UpgradeExtension_GitExtension_DryRun
Manager#installDir
true
2
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/extension`/TestManager_UpgradeExtension_GitExtension_DryRun().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/extension`/Manager#list().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/extension`/Manager#installDir()." ]
cli/cli
In cli/cli, determine if `printAliases` and `Sort` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/docs`/printAliases().` - Symbol B: `scip-go gomod github.com/golang/go/src . slices/Sort().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/docs`/printAliases().
scip-go gomod github.com/golang/go/src . slices/Sort().
printAliases
Sort
true
2
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/docs`/printAliases().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/text`/FormatSlice().", "scip-go gomod github.com/golang/go/src . slices/Sort()." ]
cli/cli
In cli/cli, determine if `commitsRun` and `FlagErrorf` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/search/commits`/commitsRun().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmdutil`/FlagErrorf().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/search/commits`/commitsRun().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmdutil`/FlagErrorf().
commitsRun
FlagErrorf
false
null
null
cli/cli
In cli/cli, determine if `App#Edit` and `WithShowCursor` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/codespace`/App#Edit().` - Symbol B: `scip-go gomod github.com/AlecAivazis/survey/v2 v2.3.7 `github.com/AlecAivazis/survey/v2`/WithShowCursor().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/codespace`/App#Edit().
scip-go gomod github.com/AlecAivazis/survey/v2 v2.3.7 `github.com/AlecAivazis/survey/v2`/WithShowCursor().
App#Edit
WithShowCursor
true
5
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/codespace`/App#Edit().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/codespace`/CodespaceSelector#SelectName().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/codespace`/CodespaceSelector#chooseCodespace().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/codespace`/chooseCodespaceFromList().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/codespace`/Prompter#Ask().", "scip-go gomod github.com/AlecAivazis/survey/v2 v2.3.7 `github.com/AlecAivazis/survey/v2`/WithShowCursor()." ]
cli/cli
In cli/cli, determine if `filterCodespacesByRepoOwner` and `Sprintf` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/codespace`/filterCodespacesByRepoOwner().` - Symbol B: `scip-go gomod github.com/golang/go/src . fmt/Sprintf().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/codespace`/filterCodespacesByRepoOwner().
scip-go gomod github.com/golang/go/src . fmt/Sprintf().
filterCodespacesByRepoOwner
Sprintf
false
null
null
cli/cli
In cli/cli, determine if `renderToolCallTitle` and `renderFileContentAsMarkdown` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/agent-task/shared`/renderToolCallTitle().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/agent-task/shared`/renderFileContentAsMarkdown().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/agent-task/shared`/renderToolCallTitle().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/agent-task/shared`/renderFileContentAsMarkdown().
renderToolCallTitle
renderFileContentAsMarkdown
false
null
null
cli/cli
In cli/cli, determine if `FetchRepository` and `IOStreams#IsStdoutTTY` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/FetchRepository().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/IOStreams#IsStdoutTTY().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/FetchRepository().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/IOStreams#IsStdoutTTY().
FetchRepository
IOStreams#IsStdoutTTY
false
null
null
cli/cli
In cli/cli, determine if `TestCommandMocking` and `Fprint` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/git`/TestCommandMocking().` - Symbol B: `scip-go gomod github.com/golang/go/src . fmt/Fprint().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/git`/TestCommandMocking().
scip-go gomod github.com/golang/go/src . fmt/Fprint().
TestCommandMocking
Fprint
true
1
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/git`/TestCommandMocking().", "scip-go gomod github.com/golang/go/src . fmt/Fprint()." ]
cli/cli
In cli/cli, determine if `Test_verifyRun_Success` and `Client#Do` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/release/verify`/Test_verifyRun_Success().` - Symbol B: `scip-go gomod github.com/golang/go/src . `net/http`/Client#Do().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/release/verify`/Test_verifyRun_Success().
scip-go gomod github.com/golang/go/src . `net/http`/Client#Do().
Test_verifyRun_Success
Client#Do
true
3
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/release/verify`/Test_verifyRun_Success().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/release/verify`/verifyRun().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/release/shared`/FetchRefSHA().", "scip-go gomod github.com/golang/go/src . `net/http`/Client#Do()." ]
cli/cli
In cli/cli, determine if `RulesetSource` and `Itoa` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/ruleset/shared`/RulesetSource().` - Symbol B: `scip-go gomod github.com/golang/go/src . strconv/Itoa().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/ruleset/shared`/RulesetSource().
scip-go gomod github.com/golang/go/src . strconv/Itoa().
RulesetSource
Itoa
false
null
null
cli/cli
In cli/cli, determine if `StatusCheckRollupGraphQLWithoutCountByState` and `Client#GraphQL` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/StatusCheckRollupGraphQLWithoutCountByState().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/Client#GraphQL().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/StatusCheckRollupGraphQLWithoutCountByState().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/Client#GraphQL().
StatusCheckRollupGraphQLWithoutCountByState
Client#GraphQL
false
null
null
cli/cli
In cli/cli, determine if `RepoGitIgnoreTemplate` and `Equal` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/RepoGitIgnoreTemplate().` - Symbol B: `scip-go gomod github.com/stretchr/testify v1.11.1 `github.com/stretchr/testify/assert`/Equal().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/RepoGitIgnoreTemplate().
scip-go gomod github.com/stretchr/testify v1.11.1 `github.com/stretchr/testify/assert`/Equal().
RepoGitIgnoreTemplate
Equal
false
null
null
cli/cli
In cli/cli, determine if `TestCredentialPatternFromHost` and `T#Run` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/git`/TestCredentialPatternFromHost().` - Symbol B: `scip-go gomod github.com/golang/go/src . testing/T#Run().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/git`/TestCredentialPatternFromHost().
scip-go gomod github.com/golang/go/src . testing/T#Run().
TestCredentialPatternFromHost
T#Run
true
1
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/git`/TestCredentialPatternFromHost().", "scip-go gomod github.com/golang/go/src . testing/T#Run()." ]
cli/cli
In cli/cli, determine if `WithWrap` and `Sprintf` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/markdown`/WithWrap().` - Symbol B: `scip-go gomod github.com/golang/go/src . fmt/Sprintf().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/markdown`/WithWrap().
scip-go gomod github.com/golang/go/src . fmt/Sprintf().
WithWrap
Sprintf
false
null
null
cli/cli
In cli/cli, determine if `Commit#ExportData` and `Date` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/search`/Commit#ExportData().` - Symbol B: `scip-go gomod github.com/golang/go/src . time/Date().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/search`/Commit#ExportData().
scip-go gomod github.com/golang/go/src . time/Date().
Commit#ExportData
Date
false
null
null
cli/cli
In cli/cli, determine if `Client#Query` and `NewClientFromHTTP` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/Client#Query().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/NewClientFromHTTP().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/Client#Query().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/NewClientFromHTTP().
Client#Query
NewClientFromHTTP
false
null
null
cli/cli
In cli/cli, determine if `CurrentUserProjectsV2` and `Header#Get` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/CurrentUserProjectsV2().` - Symbol B: `scip-go gomod github.com/golang/go/src . `net/http`/Header#Get().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/CurrentUserProjectsV2().
scip-go gomod github.com/golang/go/src . `net/http`/Header#Get().
CurrentUserProjectsV2
Header#Get
true
3
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/CurrentUserProjectsV2().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/Client#Query().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/handleResponse().", "scip-go gomod github.com/golang/go/src . `net/http`/Header#Get()." ]
cli/cli
In cli/cli, determine if `preloadPrClosingIssuesReferences` and `findByNumber` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/shared`/preloadPrClosingIssuesReferences().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/shared`/findByNumber().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/shared`/preloadPrClosingIssuesReferences().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/shared`/findByNumber().
preloadPrClosingIssuesReferences
findByNumber
false
null
null
cli/cli
In cli/cli, determine if `NewCmdLicense` and `AddGroup` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/repo/license`/NewCmdLicense().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmdutil`/AddGroup().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/repo/license`/NewCmdLicense().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmdutil`/AddGroup().
NewCmdLicense
AddGroup
false
null
null
cli/cli
In cli/cli, determine if `TestOwnerGitExtension` and `normalizeHostname` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/extension`/TestOwnerGitExtension().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/ghrepo`/normalizeHostname().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/extension`/TestOwnerGitExtension().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/ghrepo`/normalizeHostname().
TestOwnerGitExtension
normalizeHostname
true
4
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/extension`/TestOwnerGitExtension().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/extension`/Extension#Owner().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/ghrepo`/FromURL().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/ghrepo`/NewWithHost().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/ghrepo`/normalizeHostname()." ]
cli/cli
In cli/cli, determine if `Client#Command` and `IOStreams#StartProgressIndicator` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/git`/Client#Command().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/IOStreams#StartProgressIndicator().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/git`/Client#Command().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/IOStreams#StartProgressIndicator().
Client#Command
IOStreams#StartProgressIndicator
false
null
null
cli/cli
In cli/cli, determine if `TestRerun` and `Test` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/run/rerun`/TestRerun().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/Test().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/run/rerun`/TestRerun().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/Test().
TestRerun
Test
true
1
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/run/rerun`/TestRerun().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/Test()." ]
cli/cli
In cli/cli, determine if `isURL` and `HasPrefix` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/repo/fork`/isURL().` - Symbol B: `scip-go gomod github.com/golang/go/src . strings/HasPrefix().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/repo/fork`/isURL().
scip-go gomod github.com/golang/go/src . strings/HasPrefix().
isURL
HasPrefix
true
1
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/repo/fork`/isURL().", "scip-go gomod github.com/golang/go/src . strings/HasPrefix()." ]
cli/cli
In cli/cli, determine if `FilterAttestationsByFileDigest` and `NewDigestedArtifactForRelease` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/release/shared`/FilterAttestationsByFileDigest().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/attestation/artifact`/NewDigestedArtifactForRelease().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/release/shared`/FilterAttestationsByFileDigest().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/attestation/artifact`/NewDigestedArtifactForRelease().
FilterAttestationsByFileDigest
NewDigestedArtifactForRelease
false
null
null
cli/cli
In cli/cli, determine if `FetchRefSHA` and `HasPrefix` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/release/shared`/FetchRefSHA().` - Symbol B: `scip-go gomod github.com/golang/go/src . strings/HasPrefix().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/release/shared`/FetchRefSHA().
scip-go gomod github.com/golang/go/src . strings/HasPrefix().
FetchRefSHA
HasPrefix
true
4
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/release/shared`/FetchRefSHA().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/HandleHTTPError().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/handleResponse().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/generateScopesSuggestion().", "scip-go gomod github.com/golang/go/src . strings/HasPrefix()." ]
cli/cli
In cli/cli, determine if `Test_NewCmdApi` and `T#Run` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/api`/Test_NewCmdApi().` - Symbol B: `scip-go gomod github.com/golang/go/src . testing/T#Run().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/api`/Test_NewCmdApi().
scip-go gomod github.com/golang/go/src . testing/T#Run().
Test_NewCmdApi
T#Run
true
1
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/api`/Test_NewCmdApi().", "scip-go gomod github.com/golang/go/src . testing/T#Run()." ]
cli/cli
In cli/cli, determine if `Write` and `Test_apiRun_DELETE` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/jsoncolor`/Write().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/api`/Test_apiRun_DELETE().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/jsoncolor`/Write().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/api`/Test_apiRun_DELETE().
Write
Test_apiRun_DELETE
true
3
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/api`/Test_apiRun_DELETE().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/api`/apiRun().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/api`/processResponse().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/jsoncolor`/Write()." ]
cli/cli
In cli/cli, determine if `TestPrMerge_deleteBranch_nonDefault` and `mergeContext#warnf` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/merge`/TestPrMerge_deleteBranch_nonDefault().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/merge`/mergeContext#warnf().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/merge`/TestPrMerge_deleteBranch_nonDefault().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/merge`/mergeContext#warnf().
TestPrMerge_deleteBranch_nonDefault
mergeContext#warnf
true
5
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/merge`/TestPrMerge_deleteBranch_nonDefault().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/merge`/runCommand().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/merge`/NewCmdMerge().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/merge`/mergeRun().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/merge`/mergeContext#canMerge().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/merge`/mergeContext#warnf()." ]
cli/cli
In cli/cli, determine if `Project#ExportData` and `JSONEq` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/project/shared/queries`/Project#ExportData().` - Symbol B: `scip-go gomod github.com/stretchr/testify v1.11.1 `github.com/stretchr/testify/assert`/JSONEq().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/project/shared/queries`/Project#ExportData().
scip-go gomod github.com/stretchr/testify v1.11.1 `github.com/stretchr/testify/assert`/JSONEq().
Project#ExportData
JSONEq
false
null
null
cli/cli
In cli/cli, determine if `formatRawComment` and `Fprint` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/shared`/formatRawComment().` - Symbol B: `scip-go gomod github.com/golang/go/src . fmt/Fprint().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/shared`/formatRawComment().
scip-go gomod github.com/golang/go/src . fmt/Fprint().
formatRawComment
Fprint
false
null
null
cli/cli
In cli/cli, determine if `creditsRun` and `Sleep` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/repo/credits`/creditsRun().` - Symbol B: `scip-go gomod github.com/golang/go/src . time/Sleep().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/repo/credits`/creditsRun().
scip-go gomod github.com/golang/go/src . time/Sleep().
creditsRun
Sleep
true
1
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/repo/credits`/creditsRun().", "scip-go gomod github.com/golang/go/src . time/Sleep()." ]
cli/cli
In cli/cli, determine if `ReactionGroupList` and `Fprint` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/shared`/ReactionGroupList().` - Symbol B: `scip-go gomod github.com/golang/go/src . fmt/Fprint().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/shared`/ReactionGroupList().
scip-go gomod github.com/golang/go/src . fmt/Fprint().
ReactionGroupList
Fprint
false
null
null
cli/cli
In cli/cli, determine if `ColorScheme#Boldf` and `IOStreams#StartAlternateScreenBuffer` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/ColorScheme#Boldf().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/IOStreams#StartAlternateScreenBuffer().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/ColorScheme#Boldf().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/IOStreams#StartAlternateScreenBuffer().
ColorScheme#Boldf
IOStreams#StartAlternateScreenBuffer
false
null
null
cli/cli
In cli/cli, determine if `RenderRunHeader` and `GetJobs` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/run/shared`/RenderRunHeader().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/run/shared`/GetJobs().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/run/shared`/RenderRunHeader().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/run/shared`/GetJobs().
RenderRunHeader
GetJobs
false
null
null
cli/cli
In cli/cli, determine if `main` and `MainStart` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/gist/shared.test`/main().` - Symbol B: `scip-go gomod github.com/golang/go/src . testing/MainStart().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/gist/shared.test`/main().
scip-go gomod github.com/golang/go/src . testing/MainStart().
main
MainStart
true
1
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/gist/shared.test`/main().", "scip-go gomod github.com/golang/go/src . testing/MainStart()." ]
cli/cli
In cli/cli, determine if `manPrintJSONFields` and `Buffer#WriteString` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/docs`/manPrintJSONFields().` - Symbol B: `scip-go gomod github.com/golang/go/src . bytes/Buffer#WriteString().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/docs`/manPrintJSONFields().
scip-go gomod github.com/golang/go/src . bytes/Buffer#WriteString().
manPrintJSONFields
Buffer#WriteString
true
1
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/docs`/manPrintJSONFields().", "scip-go gomod github.com/golang/go/src . bytes/Buffer#WriteString()." ]
cli/cli
In cli/cli, determine if `createZipArchive` and `common#TempDir` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/run/view`/createZipArchive().` - Symbol B: `scip-go gomod github.com/golang/go/src . testing/common#TempDir().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/run/view`/createZipArchive().
scip-go gomod github.com/golang/go/src . testing/common#TempDir().
createZipArchive
common#TempDir
false
null
null
cli/cli
In cli/cli, determine if `FindLegacy` and `MkdirAll` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/githubtemplate`/FindLegacy().` - Symbol B: `scip-go gomod github.com/golang/go/src . os/MkdirAll().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/githubtemplate`/FindLegacy().
scip-go gomod github.com/golang/go/src . os/MkdirAll().
FindLegacy
MkdirAll
false
null
null
cli/cli
In cli/cli, determine if `Extension#Owner` and `Call#Once` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/extension`/Extension#Owner().` - Symbol B: `scip-go gomod github.com/stretchr/testify v1.11.1 `github.com/stretchr/testify/mock`/Call#Once().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/extension`/Extension#Owner().
scip-go gomod github.com/stretchr/testify v1.11.1 `github.com/stretchr/testify/mock`/Call#Once().
Extension#Owner
Call#Once
false
null
null
cli/cli
In cli/cli, determine if `Client#AuthenticatedCommand` and `Repository#RepoHost` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/git`/Client#AuthenticatedCommand().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/Repository#RepoHost().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/git`/Client#AuthenticatedCommand().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/Repository#RepoHost().
Client#AuthenticatedCommand
Repository#RepoHost
false
null
null
cli/cli
In cli/cli, determine if `TestClientSetRemoteResolution` and `CommandContext` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/git`/TestClientSetRemoteResolution().` - Symbol B: `scip-go gomod github.com/golang/go/src . `os/exec`/CommandContext().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/git`/TestClientSetRemoteResolution().
scip-go gomod github.com/golang/go/src . `os/exec`/CommandContext().
TestClientSetRemoteResolution
CommandContext
true
3
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/git`/TestClientSetRemoteResolution().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/git`/Client#SetRemoteResolution().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/git`/Client#Command().", "scip-go gomod github.com/golang/go/src . `os/exec`/CommandContext()." ]
cli/cli
In cli/cli, determine if `stubRemoteToRepoResolver` and `stubPushRevision` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/shared`/stubRemoteToRepoResolver().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/shared`/stubPushRevision().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/shared`/stubRemoteToRepoResolver().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/shared`/stubPushRevision().
stubRemoteToRepoResolver
stubPushRevision
false
null
null
cli/cli
In cli/cli, determine if `QueryHasStateClause` and `PrStateWithDraft` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/shared`/QueryHasStateClause().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/shared`/PrStateWithDraft().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/shared`/QueryHasStateClause().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/shared`/PrStateWithDraft().
QueryHasStateClause
PrStateWithDraft
false
null
null
cli/cli
In cli/cli, determine if `GitHubTUFOptions` and `Printf` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/attestation/verification`/GitHubTUFOptions().` - Symbol B: `scip-go gomod github.com/golang/go/src . fmt/Printf().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/attestation/verification`/GitHubTUFOptions().
scip-go gomod github.com/golang/go/src . fmt/Printf().
GitHubTUFOptions
Printf
false
null
null
cli/cli
In cli/cli, determine if `PopulateMultipleSelectedRepositoryInformation` and `getVariables` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/variable/shared`/PopulateMultipleSelectedRepositoryInformation().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/variable/list`/getVariables().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/variable/shared`/PopulateMultipleSelectedRepositoryInformation().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/variable/list`/getVariables().
PopulateMultipleSelectedRepositoryInformation
getVariables
false
null
null
cli/cli
In cli/cli, determine if `TestRunCopy_JSON` and `Client#Projects` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/project/copy`/TestRunCopy_JSON().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/project/shared/queries`/Client#Projects().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/project/copy`/TestRunCopy_JSON().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/project/shared/queries`/Client#Projects().
TestRunCopy_JSON
Client#Projects
true
3
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/project/copy`/TestRunCopy_JSON().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/project/copy`/runCopy().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/project/shared/queries`/Client#NewProject().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/project/shared/queries`/Client#Projects()." ]
cli/cli
In cli/cli, determine if `TestMergeRun_disableAutoMerge` and `Sprintf` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/merge`/TestMergeRun_disableAutoMerge().` - Symbol B: `scip-go gomod github.com/golang/go/src . fmt/Sprintf().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/merge`/TestMergeRun_disableAutoMerge().
scip-go gomod github.com/golang/go/src . fmt/Sprintf().
TestMergeRun_disableAutoMerge
Sprintf
true
4
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/merge`/TestMergeRun_disableAutoMerge().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/merge`/mergeRun().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/merge`/mergeContext#deleteRemoteBranch().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/BranchDeleteRemote().", "scip-go gomod github.com/golang/go/src . fmt/Sprintf()." ]
cli/cli
In cli/cli, determine if `listTemplateRepositories` and `NewCmdRepo` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/repo/create`/listTemplateRepositories().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/repo`/NewCmdRepo().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/repo/create`/listTemplateRepositories().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/repo`/NewCmdRepo().
listTemplateRepositories
NewCmdRepo
true
5
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/repo`/NewCmdRepo().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/repo/create`/NewCmdCreate().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/repo/create`/createRun().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/repo/create`/createFromTemplate().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/repo/create`/interactiveRepoTemplate().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/repo/create`/listTemplateRepositories()." ]
cli/cli
In cli/cli, determine if `legacyJobLogFilenameRegexp` and `NewCmdRun` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/run/view`/legacyJobLogFilenameRegexp().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/run`/NewCmdRun().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/run/view`/legacyJobLogFilenameRegexp().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/run`/NewCmdRun().
legacyJobLogFilenameRegexp
NewCmdRun
true
4
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/run`/NewCmdRun().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/run/view`/NewCmdView().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/run/view`/runView().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/run/view`/getZipLogMap().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/run/view`/legacyJobLogFilenameRegexp()." ]
cli/cli