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 `displayRemoteRepoName` and `ResolvedRemotes#NetworkRepos` 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/setdefault`/displayRemoteRepoName().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/context`/ResolvedRemotes#NetworkRepos().` 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/setdefault`/displayRemoteRepoName().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/context`/ResolvedRemotes#NetworkRepos().
displayRemoteRepoName
ResolvedRemotes#NetworkRepos
false
null
null
cli/cli
In cli/cli, determine if `NewCmdShellAlias` and `Is` 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/root`/NewCmdShellAlias().` - Symbol B: `scip-go gomod github.com/golang/go/src . errors/Is().` 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/root`/NewCmdShellAlias().
scip-go gomod github.com/golang/go/src . errors/Is().
NewCmdShellAlias
Is
true
3
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/root`/NewCmdShellAlias().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/root`/expandShellAlias().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/root`/findSh().", "scip-go gomod github.com/golang/go/src . errors/Is()." ]
cli/cli
In cli/cli, determine if `singleCompletedCheckRunWithConclusion` and `T#Parallel` 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`/singleCompletedCheckRunWithConclusion().` - Symbol B: `scip-go gomod github.com/golang/go/src . testing/T#Parallel().` 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`/singleCompletedCheckRunWithConclusion().
scip-go gomod github.com/golang/go/src . testing/T#Parallel().
singleCompletedCheckRunWithConclusion
T#Parallel
false
null
null
cli/cli
In cli/cli, determine if `submitPR` and `NewIssueState` 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`/submitPR().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/create`/NewIssueState().` 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`/submitPR().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/create`/NewIssueState().
submitPR
NewIssueState
false
null
null
cli/cli
In cli/cli, determine if `detector#RepositoryFeatures` and `Registry#Register` 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/featuredetection`/detector#RepositoryFeatures().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/httpmock`/Registry#Register().` 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/featuredetection`/detector#RepositoryFeatures().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/httpmock`/Registry#Register().
detector#RepositoryFeatures
Registry#Register
false
null
null
cli/cli
In cli/cli, determine if `ProjectItem#DetailedItem` and `ProjectField#Name` 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`/ProjectItem#DetailedItem().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/project/shared/queries`/ProjectField#Name().` 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`/ProjectItem#DetailedItem().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/project/shared/queries`/ProjectField#Name().
ProjectItem#DetailedItem
ProjectField#Name
false
null
null
cli/cli
In cli/cli, determine if `NewCmdIssue` and `clientOptions` 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`/NewCmdIssue().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/clientOptions().` 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`/NewCmdIssue().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/clientOptions().
NewCmdIssue
clientOptions
true
5
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/issue`/NewCmdIssue().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/issue/close`/NewCmdClose().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/issue/close`/closeRun().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/issue/shared`/FindIssueOrPR().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/Client#GraphQL().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/clientOptions()." ]
cli/cli
In cli/cli, determine if `TestSetup_configureExisting` and `Command#Output` 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/shared`/TestSetup_configureExisting().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/git`/Command#Output().` 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/shared`/TestSetup_configureExisting().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/git`/Command#Output().
TestSetup_configureExisting
Command#Output
true
3
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/auth/shared`/TestSetup_configureExisting().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/auth/shared`/GitCredentialFlow#Setup().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/auth/shared/gitcredentials`/Updater#Update().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/git`/Command#Output()." ]
cli/cli
In cli/cli, determine if `mockMetaGenerator#OnRESTError` 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/api`/mockMetaGenerator#OnRESTError().` - 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/api`/mockMetaGenerator#OnRESTError().
scip-go gomod github.com/golang/go/src . errors/New().
mockMetaGenerator#OnRESTError
New
true
1
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/attestation/api`/mockMetaGenerator#OnRESTError().", "scip-go gomod github.com/golang/go/src . errors/New()." ]
cli/cli
In cli/cli, determine if `formattedReviewerState` 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/view`/formattedReviewerState().` - 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/view`/formattedReviewerState().
scip-go gomod golang.org/x/text v0.32.0 `golang.org/x/text/cases`/Caser#String().
formattedReviewerState
Caser#String
true
2
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/view`/formattedReviewerState().", "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 `handleError` 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/project/shared/queries`/handleError().` - 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/project/shared/queries`/handleError().
scip-go gomod github.com/golang/go/src . fmt/Sprintf().
handleError
Sprintf
false
null
null
cli/cli
In cli/cli, determine if `Main` 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/internal/ghcmd`/Main().` - 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/internal/ghcmd`/Main().
scip-go gomod github.com/golang/go/src . fmt/Fprint().
Main
Fprint
true
1
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/ghcmd`/Main().", "scip-go gomod github.com/golang/go/src . fmt/Fprint()." ]
cli/cli
In cli/cli, determine if `printLinkedBranches` and `Getenv` 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/develop`/printLinkedBranches().` - Symbol B: `scip-go gomod github.com/golang/go/src . os/Getenv().` 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/develop`/printLinkedBranches().
scip-go gomod github.com/golang/go/src . os/Getenv().
printLinkedBranches
Getenv
true
5
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/issue/develop`/printLinkedBranches().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/tableprinter`/New().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/IOStreams#ColorScheme().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/IOStreams#TerminalTheme().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/IOStreams#DetectTerminalTheme().", "scip-go gomod github.com/golang/go/src . os/Getenv()." ]
cli/cli
In cli/cli, determine if `NewCmdVerify` and `NewCmdDeleteAsset` 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`/NewCmdVerify().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/release/delete-asset`/NewCmdDeleteAsset().` 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`/NewCmdVerify().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/release/delete-asset`/NewCmdDeleteAsset().
NewCmdVerify
NewCmdDeleteAsset
false
null
null
cli/cli
In cli/cli, determine if `MeReplacer#currentLogin` 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/pr/shared`/MeReplacer#currentLogin().` - 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/pr/shared`/MeReplacer#currentLogin().
scip-go gomod github.com/golang/go/src . `net/http`/Header#Get().
MeReplacer#currentLogin
Header#Get
true
4
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/shared`/MeReplacer#currentLogin().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/CurrentLoginName().", "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 `NewCmdDelete` and `NewCmdVerify` 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/delete`/NewCmdDelete().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/release/verify`/NewCmdVerify().` 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/delete`/NewCmdDelete().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/release/verify`/NewCmdVerify().
NewCmdDelete
NewCmdVerify
false
null
null
cli/cli
In cli/cli, determine if `Test_StringSlice_ToSlice` and `NewStringSet` 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/set`/Test_StringSlice_ToSlice().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/set`/NewStringSet().` 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/set`/Test_StringSlice_ToSlice().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/set`/NewStringSet().
Test_StringSlice_ToSlice
NewStringSet
true
1
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/set`/Test_StringSlice_ToSlice().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/set`/NewStringSet()." ]
cli/cli
In cli/cli, determine if `Manager#Upgrade` 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/pkg/cmd/extension`/Manager#Upgrade().` - 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/pkg/cmd/extension`/Manager#Upgrade().
scip-go gomod github.com/stretchr/testify v1.11.1 `github.com/stretchr/testify/assert`/Equal().
Manager#Upgrade
Equal
false
null
null
cli/cli
In cli/cli, determine if `TestFetchRefSHA` and `httpResponseWithHeader` 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`/TestFetchRefSHA().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/httpmock`/httpResponseWithHeader().` 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`/TestFetchRefSHA().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/httpmock`/httpResponseWithHeader().
TestFetchRefSHA
httpResponseWithHeader
true
3
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/release/shared`/TestFetchRefSHA().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/httpmock`/JSONErrorResponse().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/httpmock`/StatusJSONResponse().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/httpmock`/httpResponseWithHeader()." ]
cli/cli
In cli/cli, determine if `MockPrompter#Verify` and `NewMock` 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/prompter`/MockPrompter#Verify().` - Symbol B: `scip-go gomod github.com/cli/go-gh/v2 v2.13.0 `github.com/cli/go-gh/v2/pkg/prompter`/NewMock().` 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/prompter`/MockPrompter#Verify().
scip-go gomod github.com/cli/go-gh/v2 v2.13.0 `github.com/cli/go-gh/v2/pkg/prompter`/NewMock().
MockPrompter#Verify
NewMock
false
null
null
cli/cli
In cli/cli, determine if `remoteTagExists` and `Split` 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/edit`/remoteTagExists().` - Symbol B: `scip-go gomod github.com/golang/go/src . strings/Split().` 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/edit`/remoteTagExists().
scip-go gomod github.com/golang/go/src . strings/Split().
remoteTagExists
Split
true
4
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/release/edit`/remoteTagExists().", "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().", "scip-go gomod github.com/golang/go/src . strings/Split()." ]
cli/cli
In cli/cli, determine if `ShouldCheckForUpdate` and `Getenv` 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/update`/ShouldCheckForUpdate().` - Symbol B: `scip-go gomod github.com/golang/go/src . os/Getenv().` 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/update`/ShouldCheckForUpdate().
scip-go gomod github.com/golang/go/src . os/Getenv().
ShouldCheckForUpdate
Getenv
true
2
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/update`/ShouldCheckForUpdate().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/update`/IsCI().", "scip-go gomod github.com/golang/go/src . os/Getenv()." ]
cli/cli
In cli/cli, determine if `refreshRun` and `Split` 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/refresh`/refreshRun().` - Symbol B: `scip-go gomod github.com/golang/go/src . strings/Split().` 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/refresh`/refreshRun().
scip-go gomod github.com/golang/go/src . strings/Split().
refreshRun
Split
true
5
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/auth/refresh`/refreshRun().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/auth/shared`/GetScopes().", "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/Split()." ]
cli/cli
In cli/cli, determine if `putRepoSecret` 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/secret/set`/putRepoSecret().` - 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/secret/set`/putRepoSecret().
scip-go gomod github.com/golang/go/src . strings/HasPrefix().
putRepoSecret
HasPrefix
true
5
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/secret/set`/putRepoSecret().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/secret/set`/putSecret().", "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/HasPrefix()." ]
cli/cli
In cli/cli, determine if `fillPlaceholders` 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`/fillPlaceholders().` - 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`/fillPlaceholders().
scip-go gomod github.com/golang/go/src . testing/T#Run().
fillPlaceholders
T#Run
false
null
null
cli/cli
In cli/cli, determine if `TestRemoveExcessiveWhitespace` and `RemoveExcessiveWhitespace` 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/text`/TestRemoveExcessiveWhitespace().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/text`/RemoveExcessiveWhitespace().` 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/text`/TestRemoveExcessiveWhitespace().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/text`/RemoveExcessiveWhitespace().
TestRemoveExcessiveWhitespace
RemoveExcessiveWhitespace
true
1
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/text`/TestRemoveExcessiveWhitespace().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/text`/RemoveExcessiveWhitespace()." ]
cli/cli
In cli/cli, determine if `runBrowse` 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/cmd/browse`/runBrowse().` - Symbol B: `scip-go gomod github.com/stretchr/testify v1.11.1 `github.com/stretchr/testify/assert`/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/cmd/browse`/runBrowse().
scip-go gomod github.com/stretchr/testify v1.11.1 `github.com/stretchr/testify/assert`/NoError().
runBrowse
NoError
false
null
null
cli/cli
In cli/cli, determine if `tempFilePath` and `Registry#Register` 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/update`/tempFilePath().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/httpmock`/Registry#Register().` 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/update`/tempFilePath().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/httpmock`/Registry#Register().
tempFilePath
Registry#Register
false
null
null
cli/cli
In cli/cli, determine if `viewRun` and `common#Errorf` 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/view`/viewRun().` - Symbol B: `scip-go gomod github.com/golang/go/src . testing/common#Errorf().` 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/view`/viewRun().
scip-go gomod github.com/golang/go/src . testing/common#Errorf().
viewRun
common#Errorf
false
null
null
cli/cli
In cli/cli, determine if `NewCmdList` and `Project#DetailedItems` 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/item-list`/NewCmdList().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/project/shared/queries`/Project#DetailedItems().` 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/item-list`/NewCmdList().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/project/shared/queries`/Project#DetailedItems().
NewCmdList
Project#DetailedItems
true
2
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/project/item-list`/NewCmdList().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/project/item-list`/runList().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/project/shared/queries`/Project#DetailedItems()." ]
cli/cli
In cli/cli, determine if `TestPRCheckout_detachedHead` and `FlagErrorWrap` 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/checkout`/TestPRCheckout_detachedHead().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmdutil`/FlagErrorWrap().` 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/checkout`/TestPRCheckout_detachedHead().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmdutil`/FlagErrorWrap().
TestPRCheckout_detachedHead
FlagErrorWrap
true
4
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/checkout`/TestPRCheckout_detachedHead().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/checkout`/runCommand().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/checkout`/NewCmdCheckout().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmdutil`/FlagErrorf().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmdutil`/FlagErrorWrap()." ]
cli/cli
In cli/cli, determine if `GraphQLMutation` 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/pkg/httpmock`/GraphQLMutation().` - 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/pkg/httpmock`/GraphQLMutation().
scip-go gomod github.com/stretchr/testify v1.11.1 `github.com/stretchr/testify/assert`/Equal().
GraphQLMutation
Equal
false
null
null
cli/cli
In cli/cli, determine if `TestNewCmdList` and `FlagSet#StringVarP` 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/cache/list`/TestNewCmdList().` - Symbol B: `scip-go gomod github.com/spf13/pflag v1.0.10 `github.com/spf13/pflag`/FlagSet#StringVarP().` 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/cache/list`/TestNewCmdList().
scip-go gomod github.com/spf13/pflag v1.0.10 `github.com/spf13/pflag`/FlagSet#StringVarP().
TestNewCmdList
FlagSet#StringVarP
true
2
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/cache/list`/TestNewCmdList().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/cache/list`/NewCmdList().", "scip-go gomod github.com/spf13/pflag v1.0.10 `github.com/spf13/pflag`/FlagSet#StringVarP()." ]
cli/cli
In cli/cli, determine if `CapiClientMock#GetSessionCalls` and `RWMutex#RLock` 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`/CapiClientMock#GetSessionCalls().` - Symbol B: `scip-go gomod github.com/golang/go/src . sync/RWMutex#RLock().` 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`/CapiClientMock#GetSessionCalls().
scip-go gomod github.com/golang/go/src . sync/RWMutex#RLock().
CapiClientMock#GetSessionCalls
RWMutex#RLock
true
1
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/agent-task/capi`/CapiClientMock#GetSessionCalls().", "scip-go gomod github.com/golang/go/src . sync/RWMutex#RLock()." ]
cli/cli
In cli/cli, determine if `runDelete` and `Observe` 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/delete`/runDelete().` - Symbol B: `scip-go gomod gopkg.in/h2non/gock.v1 v1.1.2 `gopkg.in/h2non/gock.v1`/Observe().` 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/delete`/runDelete().
scip-go gomod gopkg.in/h2non/gock.v1 v1.1.2 `gopkg.in/h2non/gock.v1`/Observe().
runDelete
Observe
false
null
null
cli/cli
In cli/cli, determine if `IssueStatus` 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/api`/IssueStatus().` - 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/api`/IssueStatus().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/generateScopesSuggestion().
IssueStatus
generateScopesSuggestion
true
3
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/IssueStatus().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/Client#GraphQL().", "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 `Manager#goBinScaffolding` and `Manager#otherBinScaffolding` 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`/Manager#goBinScaffolding().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/extension`/Manager#otherBinScaffolding().` 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`/Manager#goBinScaffolding().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/extension`/Manager#otherBinScaffolding().
Manager#goBinScaffolding
Manager#otherBinScaffolding
false
null
null
cli/cli
In cli/cli, determine if `Project#ExportData` and `Marshal` 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/golang/go/src . `encoding/json`/Marshal().` 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/golang/go/src . `encoding/json`/Marshal().
Project#ExportData
Marshal
false
null
null
cli/cli
In cli/cli, determine if `requireOAuthToken` and `NewCmdList` 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`/requireOAuthToken().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/agent-task/list`/NewCmdList().` 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`/requireOAuthToken().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/agent-task/list`/NewCmdList().
requireOAuthToken
NewCmdList
false
null
null
cli/cli
In cli/cli, determine if `InitEditorMode` and `FlagSet#StringSliceVarP` 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`/InitEditorMode().` - Symbol B: `scip-go gomod github.com/spf13/pflag v1.0.10 `github.com/spf13/pflag`/FlagSet#StringSliceVarP().` 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`/InitEditorMode().
scip-go gomod github.com/spf13/pflag v1.0.10 `github.com/spf13/pflag`/FlagSet#StringSliceVarP().
InitEditorMode
FlagSet#StringSliceVarP
false
null
null
cli/cli
In cli/cli, determine if `ReviewRequests#Logins` and `RequestedReviewer#LoginOrSlug` 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`/ReviewRequests#Logins().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/RequestedReviewer#LoginOrSlug().` 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`/ReviewRequests#Logins().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/RequestedReviewer#LoginOrSlug().
ReviewRequests#Logins
RequestedReviewer#LoginOrSlug
true
1
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/ReviewRequests#Logins().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/RequestedReviewer#LoginOrSlug()." ]
cli/cli
In cli/cli, determine if `TestMigrationErrorsWhenPreVersionMismatch` and `Config#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/internal/config`/TestMigrationErrorsWhenPreVersionMismatch().` - Symbol B: `scip-go gomod github.com/cli/go-gh/v2 v2.13.0 `github.com/cli/go-gh/v2/pkg/config`/Config#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/internal/config`/TestMigrationErrorsWhenPreVersionMismatch().
scip-go gomod github.com/cli/go-gh/v2 v2.13.0 `github.com/cli/go-gh/v2/pkg/config`/Config#Get().
TestMigrationErrorsWhenPreVersionMismatch
Config#Get
true
4
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/config`/TestMigrationErrorsWhenPreVersionMismatch().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/config`/cfg#Migrate().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/config`/cfg#Version().", "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/go-gh/v2 v2.13.0 `github.com/cli/go-gh/v2/pkg/config`/Config#Get()." ]
cli/cli
In cli/cli, determine if `MultiAccount#Do` and `Registry#Register` 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/migration`/MultiAccount#Do().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/httpmock`/Registry#Register().` 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/migration`/MultiAccount#Do().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/httpmock`/Registry#Register().
MultiAccount#Do
Registry#Register
false
null
null
cli/cli
In cli/cli, determine if `NewCmdReopen` and `NewCmdDevelop` 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/reopen`/NewCmdReopen().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/issue/develop`/NewCmdDevelop().` 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/reopen`/NewCmdReopen().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/issue/develop`/NewCmdDevelop().
NewCmdReopen
NewCmdDevelop
false
null
null
cli/cli
In cli/cli, determine if `NewCmdPreview` and `Command#SetUsageFunc` 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/preview`/NewCmdPreview().` - Symbol B: `scip-go gomod github.com/spf13/cobra v1.10.2 `github.com/spf13/cobra`/Command#SetUsageFunc().` 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/preview`/NewCmdPreview().
scip-go gomod github.com/spf13/cobra v1.10.2 `github.com/spf13/cobra`/Command#SetUsageFunc().
NewCmdPreview
Command#SetUsageFunc
false
null
null
cli/cli
In cli/cli, determine if `manLink` and `Fprintf` 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`/manLink().` - Symbol B: `scip-go gomod github.com/golang/go/src . fmt/Fprintf().` 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`/manLink().
scip-go gomod github.com/golang/go/src . fmt/Fprintf().
manLink
Fprintf
false
null
null
cli/cli
In cli/cli, determine if `NewCmdCommits` and `StringEnumFlag` 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`/NewCmdCommits().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmdutil`/StringEnumFlag().` 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`/NewCmdCommits().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmdutil`/StringEnumFlag().
NewCmdCommits
StringEnumFlag
true
1
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/search/commits`/NewCmdCommits().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmdutil`/StringEnumFlag()." ]
cli/cli
In cli/cli, determine if `TestPrMerge_withMatchCommitHeadFlag` and `Regexp#MatchString` 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_withMatchCommitHeadFlag().` - Symbol B: `scip-go gomod github.com/golang/go/src . regexp/Regexp#MatchString().` 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_withMatchCommitHeadFlag().
scip-go gomod github.com/golang/go/src . regexp/Regexp#MatchString().
TestPrMerge_withMatchCommitHeadFlag
Regexp#MatchString
true
3
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/merge`/TestPrMerge_withMatchCommitHeadFlag().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/run`/Stub().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/run`/CommandStubber#find().", "scip-go gomod github.com/golang/go/src . regexp/Regexp#MatchString()." ]
cli/cli
In cli/cli, determine if `Remotes#FindByName` and `isURL` 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`/Remotes#FindByName().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/repo/fork`/isURL().` 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`/Remotes#FindByName().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/repo/fork`/isURL().
Remotes#FindByName
isURL
false
null
null
cli/cli
In cli/cli, determine if `Test_Remotes_FindByName` 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/context`/Test_Remotes_FindByName().` - 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/context`/Test_Remotes_FindByName().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/ghrepo`/normalizeHostname().
Test_Remotes_FindByName
normalizeHostname
true
3
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/context`/Test_Remotes_FindByName().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/ghrepo`/New().", "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 `apiGet` 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/run/shared`/apiGet().` - Symbol B: `scip-go gomod github.com/cli/go-gh/v2 v2.13.0 `github.com/cli/go-gh/v2/pkg/auth`/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/run/shared`/apiGet().
scip-go gomod github.com/cli/go-gh/v2 v2.13.0 `github.com/cli/go-gh/v2/pkg/auth`/NormalizeHostname().
apiGet
NormalizeHostname
true
4
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/run/shared`/apiGet().", "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/cli/go-gh/v2 v2.13.0 `github.com/cli/go-gh/v2/pkg/auth`/NormalizeHostname()." ]
cli/cli
In cli/cli, determine if `listRun` and `Doc` 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/list`/listRun().` - Symbol B: `scip-go gomod github.com/MakeNowJust/heredoc v1.0.0 `github.com/MakeNowJust/heredoc`/Doc().` 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/list`/listRun().
scip-go gomod github.com/MakeNowJust/heredoc v1.0.0 `github.com/MakeNowJust/heredoc`/Doc().
listRun
Doc
false
null
null
cli/cli
In cli/cli, determine if `followLogs` 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/agent-task/create`/followLogs().` - 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/agent-task/create`/followLogs().
scip-go gomod github.com/golang/go/src . errors/New().
followLogs
New
false
null
null
cli/cli
In cli/cli, determine if `disableSpinnersConfig` and `T#Setenv` 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`/disableSpinnersConfig().` - Symbol B: `scip-go gomod github.com/golang/go/src . testing/T#Setenv().` 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`/disableSpinnersConfig().
scip-go gomod github.com/golang/go/src . testing/T#Setenv().
disableSpinnersConfig
T#Setenv
false
null
null
cli/cli
In cli/cli, determine if `FieldValueNodes#ID` and `ProjectField#ID` 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`/FieldValueNodes#ID().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/project/shared/queries`/ProjectField#ID().` 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`/FieldValueNodes#ID().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/project/shared/queries`/ProjectField#ID().
FieldValueNodes#ID
ProjectField#ID
true
1
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/project/shared/queries`/FieldValueNodes#ID().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/project/shared/queries`/ProjectField#ID()." ]
cli/cli
In cli/cli, determine if `mergeRun` 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`/mergeRun().` - 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`/mergeRun().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/merge`/mergeContext#warnf().
mergeRun
mergeContext#warnf
true
2
[ "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#deleteLocalBranch().", "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 `printRawIssuePreview` and `RawCommentList` 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/view`/printRawIssuePreview().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/shared`/RawCommentList().` 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/view`/printRawIssuePreview().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/shared`/RawCommentList().
printRawIssuePreview
RawCommentList
false
null
null
cli/cli
In cli/cli, determine if `TestGetBundle_SuccessfulRetry` 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/pkg/cmd/attestation/api`/TestGetBundle_SuccessfulRetry().` - 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/pkg/cmd/attestation/api`/TestGetBundle_SuccessfulRetry().
scip-go gomod github.com/golang/go/src . os/File#Fd().
TestGetBundle_SuccessfulRetry
File#Fd
true
4
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/attestation/api`/TestGetBundle_SuccessfulRetry().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/attestation/io`/NewTestHandler().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/attestation/io`/NewHandler().", "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 `renderMarkdownWithFormat` and `Ext` 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`/renderMarkdownWithFormat().` - Symbol B: `scip-go gomod github.com/golang/go/src . `path/filepath`/Ext().` 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`/renderMarkdownWithFormat().
scip-go gomod github.com/golang/go/src . `path/filepath`/Ext().
renderMarkdownWithFormat
Ext
false
null
null
cli/cli
In cli/cli, determine if `TestRunDelete_JSON` and `isTerminal` 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/item-delete`/TestRunDelete_JSON().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/isTerminal().` 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/item-delete`/TestRunDelete_JSON().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/isTerminal().
TestRunDelete_JSON
isTerminal
true
4
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/project/item-delete`/TestRunDelete_JSON().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/project/item-delete`/runDeleteItem().", "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#IsStdinTTY().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/isTerminal()." ]
cli/cli
In cli/cli, determine if `developRun` and `IOStreams#ColorScheme` 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/develop`/developRun().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/IOStreams#ColorScheme().` 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/develop`/developRun().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/IOStreams#ColorScheme().
developRun
IOStreams#ColorScheme
true
5
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/issue/develop`/developRun().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/issue/develop`/developRunCreate().", "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/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/IOStreams#ColorScheme()." ]
cli/cli
In cli/cli, determine if `localBranchExists` and `TestPRCheckout_differentRepo_existingBranch` 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/checkout`/localBranchExists().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/checkout`/TestPRCheckout_differentRepo_existingBranch().` 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/checkout`/localBranchExists().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/checkout`/TestPRCheckout_differentRepo_existingBranch().
localBranchExists
TestPRCheckout_differentRepo_existingBranch
true
5
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/checkout`/TestPRCheckout_differentRepo_existingBranch().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/checkout`/runCommand().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/checkout`/NewCmdCheckout().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/checkout`/checkoutRun().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/checkout`/cmdsForExistingRemote().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/checkout`/localBranchExists()." ]
cli/cli
In cli/cli, determine if `TestNewCmdChecks` and `MaximumNArgs` 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/checks`/TestNewCmdChecks().` - Symbol B: `scip-go gomod github.com/spf13/cobra v1.10.2 `github.com/spf13/cobra`/MaximumNArgs().` 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/checks`/TestNewCmdChecks().
scip-go gomod github.com/spf13/cobra v1.10.2 `github.com/spf13/cobra`/MaximumNArgs().
TestNewCmdChecks
MaximumNArgs
true
2
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/checks`/TestNewCmdChecks().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/checks`/NewCmdChecks().", "scip-go gomod github.com/spf13/cobra v1.10.2 `github.com/spf13/cobra`/MaximumNArgs()." ]
cli/cli
In cli/cli, determine if `listRun` and `IOStreams#ColorEnabled` 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/autolink/list`/listRun().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/IOStreams#ColorEnabled().` 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/autolink/list`/listRun().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/IOStreams#ColorEnabled().
listRun
IOStreams#ColorEnabled
true
4
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/repo/autolink/list`/listRun().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/IOStreams#ColorScheme().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/IOStreams#TerminalTheme().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/IOStreams#DetectTerminalTheme().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/IOStreams#ColorEnabled()." ]
cli/cli
In cli/cli, determine if `NewCmdExtension` and `ValidAliasNameFunc` 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/root`/NewCmdExtension().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/alias/shared`/ValidAliasNameFunc().` 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/root`/NewCmdExtension().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/alias/shared`/ValidAliasNameFunc().
NewCmdExtension
ValidAliasNameFunc
false
null
null
cli/cli
In cli/cli, determine if `NewCmdRepos` and `IOStreams#ColorLabels` 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/repos`/NewCmdRepos().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/IOStreams#ColorLabels().` 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/repos`/NewCmdRepos().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/IOStreams#ColorLabels().
NewCmdRepos
IOStreams#ColorLabels
true
4
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/search/repos`/NewCmdRepos().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/search/repos`/reposRun().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/search/repos`/displayResults().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/IOStreams#ColorScheme().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/IOStreams#ColorLabels()." ]
cli/cli
In cli/cli, determine if `firstConfiguredKeyPair` and `generateAutomaticSSHKeys` 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`/firstConfiguredKeyPair().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/codespace`/generateAutomaticSSHKeys().` 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`/firstConfiguredKeyPair().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/codespace`/generateAutomaticSSHKeys().
firstConfiguredKeyPair
generateAutomaticSSHKeys
false
null
null
cli/cli
In cli/cli, determine if `createComment` and `updateComment` 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`/createComment().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/shared`/updateComment().` 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`/createComment().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/shared`/updateComment().
createComment
updateComment
false
null
null
cli/cli
In cli/cli, determine if `getOrgVariables` and `NewNoResultsError` 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/list`/getOrgVariables().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmdutil`/NewNoResultsError().` 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/list`/getOrgVariables().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmdutil`/NewNoResultsError().
getOrgVariables
NewNoResultsError
false
null
null
cli/cli
In cli/cli, determine if `TestPrClose_deleteBranch_sameBranch` and `IOStreams#SetStdinTTY` 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/close`/TestPrClose_deleteBranch_sameBranch().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/IOStreams#SetStdinTTY().` 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/close`/TestPrClose_deleteBranch_sameBranch().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/IOStreams#SetStdinTTY().
TestPrClose_deleteBranch_sameBranch
IOStreams#SetStdinTTY
true
2
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/close`/TestPrClose_deleteBranch_sameBranch().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/close`/runCommand().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/IOStreams#SetStdinTTY()." ]
cli/cli
In cli/cli, determine if `printDraftIssueResults` and `buildEditDraftIssue` 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/item-edit`/printDraftIssueResults().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/project/item-edit`/buildEditDraftIssue().` 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/item-edit`/printDraftIssueResults().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/project/item-edit`/buildEditDraftIssue().
printDraftIssueResults
buildEditDraftIssue
false
null
null
cli/cli
In cli/cli, determine if `mockMetaGenerator#OnREST` and `Unmarshal` 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/api`/mockMetaGenerator#OnREST().` - Symbol B: `scip-go gomod github.com/golang/go/src . `encoding/json`/Unmarshal().` 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/api`/mockMetaGenerator#OnREST().
scip-go gomod github.com/golang/go/src . `encoding/json`/Unmarshal().
mockMetaGenerator#OnREST
Unmarshal
true
1
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/attestation/api`/mockMetaGenerator#OnREST().", "scip-go gomod github.com/golang/go/src . `encoding/json`/Unmarshal()." ]
cli/cli
In cli/cli, determine if `listRepos` 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/repo/list`/listRepos().` - 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/repo/list`/listRepos().
scip-go gomod github.com/golang/go/src . `net/url`/URL#Hostname().
listRepos
URL#Hostname
true
4
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/repo/list`/listRepos().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/repo/list`/searchRepos().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/Client#GraphQL().", "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 `runDeleteField` and `Request#Post` 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 gopkg.in/h2non/gock.v1 v1.1.2 `gopkg.in/h2non/gock.v1`/Request#Post().` 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 gopkg.in/h2non/gock.v1 v1.1.2 `gopkg.in/h2non/gock.v1`/Request#Post().
runDeleteField
Request#Post
false
null
null
cli/cli
In cli/cli, determine if `App#pollForPermissions` and `IOStreams#CanPrompt` 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#pollForPermissions().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/IOStreams#CanPrompt().` 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#pollForPermissions().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/IOStreams#CanPrompt().
App#pollForPermissions
IOStreams#CanPrompt
false
null
null
cli/cli
In cli/cli, determine if `TestIssueDelete_confirm` 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/issue/delete`/TestIssueDelete_confirm().` - 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/issue/delete`/TestIssueDelete_confirm().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/ColorScheme#WarningIcon().
TestIssueDelete_confirm
ColorScheme#WarningIcon
true
4
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/issue/delete`/TestIssueDelete_confirm().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/issue/delete`/runCommand().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/issue/delete`/NewCmdDelete().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/issue/delete`/deleteRun().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/ColorScheme#WarningIcon()." ]
cli/cli
In cli/cli, determine if `mergeContext#warnIfDiverged` and `mergeContext#deleteRemoteBranch` 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`/mergeContext#warnIfDiverged().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/merge`/mergeContext#deleteRemoteBranch().` 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`/mergeContext#warnIfDiverged().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/merge`/mergeContext#deleteRemoteBranch().
mergeContext#warnIfDiverged
mergeContext#deleteRemoteBranch
false
null
null
cli/cli
In cli/cli, determine if `renderLicense` and `DisplayURL` 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/view`/renderLicense().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/text`/DisplayURL().` 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/view`/renderLicense().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/text`/DisplayURL().
renderLicense
DisplayURL
false
null
null
cli/cli
In cli/cli, determine if `decodeJSONBody` and `MustCompile` 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`/decodeJSONBody().` - Symbol B: `scip-go gomod github.com/golang/go/src . regexp/MustCompile().` 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`/decodeJSONBody().
scip-go gomod github.com/golang/go/src . regexp/MustCompile().
decodeJSONBody
MustCompile
false
null
null
cli/cli
In cli/cli, determine if `runCommand` and `StringResponse` 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/status`/runCommand().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/httpmock`/StringResponse().` 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/status`/runCommand().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/httpmock`/StringResponse().
runCommand
StringResponse
false
null
null
cli/cli
In cli/cli, determine if `WithBaseURL` and `Test_viewRun_json` 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`/WithBaseURL().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/repo/view`/Test_viewRun_json().` 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`/WithBaseURL().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/repo/view`/Test_viewRun_json().
WithBaseURL
Test_viewRun_json
true
2
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/repo/view`/Test_viewRun_json().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/repo/view`/viewRun().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/markdown`/WithBaseURL()." ]
cli/cli
In cli/cli, determine if `TestNoneUnwrap` and `Sprint` 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/option_test`/TestNoneUnwrap().` - Symbol B: `scip-go gomod github.com/golang/go/src . fmt/Sprint().` 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/option_test`/TestNoneUnwrap().
scip-go gomod github.com/golang/go/src . fmt/Sprint().
TestNoneUnwrap
Sprint
true
1
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/option_test`/TestNoneUnwrap().", "scip-go gomod github.com/golang/go/src . fmt/Sprint()." ]
cli/cli
In cli/cli, determine if `updatePullRequest` and `ProjectCards#ProjectNames` 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/edit`/updatePullRequest().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/ProjectCards#ProjectNames().` 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/edit`/updatePullRequest().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/ProjectCards#ProjectNames().
updatePullRequest
ProjectCards#ProjectNames
false
null
null
cli/cli
In cli/cli, determine if `TestManager_UpgradeExtensions` and `RWMutex#Unlock` 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_UpgradeExtensions().` - Symbol B: `scip-go gomod github.com/golang/go/src . sync/RWMutex#Unlock().` 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_UpgradeExtensions().
scip-go gomod github.com/golang/go/src . sync/RWMutex#Unlock().
TestManager_UpgradeExtensions
RWMutex#Unlock
true
5
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/extension`/TestManager_UpgradeExtensions().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/extension`/Manager#upgradeExtensions().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/extension`/Manager#upgradeExtension().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/extension`/Extension#UpdateAvailable().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/extension`/Extension#CurrentVersion().", "scip-go gomod github.com/golang/go/src . sync/RWMutex#Unlock()." ]
cli/cli
In cli/cli, determine if `localRepoType` 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/pkg/cmd/repo/create`/localRepoType().` - 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/pkg/cmd/repo/create`/localRepoType().
scip-go gomod github.com/golang/go/src . context/Background().
localRepoType
Background
true
1
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/repo/create`/localRepoType().", "scip-go gomod github.com/golang/go/src . context/Background()." ]
cli/cli
In cli/cli, determine if `interactiveRepoEdit` and `NewStringSet` 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/edit`/interactiveRepoEdit().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/set`/NewStringSet().` 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/edit`/interactiveRepoEdit().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/set`/NewStringSet().
interactiveRepoEdit
NewStringSet
false
null
null
cli/cli
In cli/cli, determine if `API#withRetry` and `URL#Query` 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#withRetry().` - Symbol B: `scip-go gomod github.com/golang/go/src . `net/url`/URL#Query().` 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#withRetry().
scip-go gomod github.com/golang/go/src . `net/url`/URL#Query().
API#withRetry
URL#Query
false
null
null
cli/cli
In cli/cli, determine if `NewCmdClose` and `Command#SetOut` 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/close`/NewCmdClose().` - Symbol B: `scip-go gomod github.com/spf13/cobra v1.10.2 `github.com/spf13/cobra`/Command#SetOut().` 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/close`/NewCmdClose().
scip-go gomod github.com/spf13/cobra v1.10.2 `github.com/spf13/cobra`/Command#SetOut().
NewCmdClose
Command#SetOut
false
null
null
cli/cli
In cli/cli, determine if `mustParseQualifiedHeadRef` and `ParseQualifiedHeadRef` 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`/mustParseQualifiedHeadRef().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/shared`/ParseQualifiedHeadRef().` 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`/mustParseQualifiedHeadRef().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/shared`/ParseQualifiedHeadRef().
mustParseQualifiedHeadRef
ParseQualifiedHeadRef
true
1
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/shared`/mustParseQualifiedHeadRef().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/shared`/ParseQualifiedHeadRef()." ]
cli/cli
In cli/cli, determine if `CommentablePreRun` and `FlagSet#BoolP` 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`/CommentablePreRun().` - Symbol B: `scip-go gomod github.com/spf13/pflag v1.0.10 `github.com/spf13/pflag`/FlagSet#BoolP().` 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`/CommentablePreRun().
scip-go gomod github.com/spf13/pflag v1.0.10 `github.com/spf13/pflag`/FlagSet#BoolP().
CommentablePreRun
FlagSet#BoolP
false
null
null
cli/cli
In cli/cli, determine if `Test_colorDiffLines` 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/pr/diff`/Test_colorDiffLines().` - 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/pr/diff`/Test_colorDiffLines().
scip-go gomod github.com/golang/go/src . strings/HasPrefix().
Test_colorDiffLines
HasPrefix
true
3
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/diff`/Test_colorDiffLines().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/diff`/colorDiffLines().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/diff`/isHeaderLine().", "scip-go gomod github.com/golang/go/src . strings/HasPrefix()." ]
cli/cli
In cli/cli, determine if `NewCmdStatus` and `NewCmdLogin` 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`/NewCmdStatus().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/auth/login`/NewCmdLogin().` 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`/NewCmdStatus().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/auth/login`/NewCmdLogin().
NewCmdStatus
NewCmdLogin
false
null
null
cli/cli
In cli/cli, determine if `putEnvSecret` and `Encoding#DecodeString` 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/secret/set`/putEnvSecret().` - Symbol B: `scip-go gomod github.com/golang/go/src . `encoding/base64`/Encoding#DecodeString().` 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/secret/set`/putEnvSecret().
scip-go gomod github.com/golang/go/src . `encoding/base64`/Encoding#DecodeString().
putEnvSecret
Encoding#DecodeString
false
null
null
cli/cli
In cli/cli, determine if `RepoGitIgnoreTemplate` and `StringResponse` 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/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/httpmock`/StringResponse().` 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/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/httpmock`/StringResponse().
RepoGitIgnoreTemplate
StringResponse
false
null
null
cli/cli
In cli/cli, determine if `newGitHubVerifier` and `TestKramdownCompatibleDocs` 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`/newGitHubVerifier().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/root`/TestKramdownCompatibleDocs().` 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`/newGitHubVerifier().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/root`/TestKramdownCompatibleDocs().
newGitHubVerifier
TestKramdownCompatibleDocs
true
5
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/root`/TestKramdownCompatibleDocs().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/root`/NewCmdRoot().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/attestation`/NewCmdAttestation().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/attestation/inspect`/NewInspectCmd().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/attestation/verification`/NewLiveSigstoreVerifier().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/attestation/verification`/newGitHubVerifier()." ]
cli/cli
In cli/cli, determine if `Test_deleteRun` and `NewBufferString` 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/delete`/Test_deleteRun().` - Symbol B: `scip-go gomod github.com/golang/go/src . bytes/NewBufferString().` 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/delete`/Test_deleteRun().
scip-go gomod github.com/golang/go/src . bytes/NewBufferString().
Test_deleteRun
NewBufferString
true
2
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/ssh-key/delete`/Test_deleteRun().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/httpmock`/StatusStringResponse().", "scip-go gomod github.com/golang/go/src . bytes/NewBufferString()." ]
cli/cli
In cli/cli, determine if `NewCmdCreate` 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/release/create`/NewCmdCreate().` - 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/release/create`/NewCmdCreate().
scip-go gomod github.com/golang/go/src . testing/T#Run().
NewCmdCreate
T#Run
false
null
null
cli/cli
In cli/cli, determine if `listRun` and `Docf` 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/list`/listRun().` - Symbol B: `scip-go gomod github.com/MakeNowJust/heredoc v1.0.0 `github.com/MakeNowJust/heredoc`/Docf().` 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/list`/listRun().
scip-go gomod github.com/MakeNowJust/heredoc v1.0.0 `github.com/MakeNowJust/heredoc`/Docf().
listRun
Docf
false
null
null
cli/cli
In cli/cli, determine if `preloadWorkflowNames` and `Client#RESTWithNext` 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`/preloadWorkflowNames().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/Client#RESTWithNext().` 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`/preloadWorkflowNames().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/Client#RESTWithNext().
preloadWorkflowNames
Client#RESTWithNext
false
null
null
cli/cli
In cli/cli, determine if `CommentUpdate` 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/api`/CommentUpdate().` - Symbol B: `scip-go gomod github.com/cli/go-gh/v2 v2.13.0 `github.com/cli/go-gh/v2/pkg/auth`/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/api`/CommentUpdate().
scip-go gomod github.com/cli/go-gh/v2 v2.13.0 `github.com/cli/go-gh/v2/pkg/auth`/NormalizeHostname().
CommentUpdate
NormalizeHostname
true
4
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/CommentUpdate().", "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/cli/go-gh/v2 v2.13.0 `github.com/cli/go-gh/v2/pkg/auth`/NormalizeHostname()." ]
cli/cli