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 `createTestInvoker` and `common#Fatalf` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/codespaces/rpc`/createTestInvoker().` - Symbol B: `scip-go gomod github.com/golang/go/src . testing/common#Fatalf().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/codespaces/rpc`/createTestInvoker().
scip-go gomod github.com/golang/go/src . testing/common#Fatalf().
createTestInvoker
common#Fatalf
false
null
null
cli/cli
In cli/cli, determine if `ShouldCheckForExtensionUpdate` and `CheckForExtensionUpdate` 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`/ShouldCheckForExtensionUpdate().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/update`/CheckForExtensionUpdate().` 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`/ShouldCheckForExtensionUpdate().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/update`/CheckForExtensionUpdate().
ShouldCheckForExtensionUpdate
CheckForExtensionUpdate
false
null
null
cli/cli
In cli/cli, determine if `waitForEnter` and `getCallbackURI` 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/authflow`/waitForEnter().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/authflow`/getCallbackURI().` 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/authflow`/waitForEnter().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/authflow`/getCallbackURI().
waitForEnter
getCallbackURI
false
null
null
cli/cli
In cli/cli, determine if `stringSet#AddValues` and `ValidURL` 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`/stringSet#AddValues().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/shared`/ValidURL().` 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`/stringSet#AddValues().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/shared`/ValidURL().
stringSet#AddValues
ValidURL
false
null
null
cli/cli
In cli/cli, determine if `isLeft` and `Fprint` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/repo/garden`/isLeft().` - Symbol B: `scip-go gomod github.com/golang/go/src . fmt/Fprint().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/repo/garden`/isLeft().
scip-go gomod github.com/golang/go/src . fmt/Fprint().
isLeft
Fprint
false
null
null
cli/cli
In cli/cli, determine if `PollPostCreateStates` 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/internal/codespaces`/PollPostCreateStates().` - 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/internal/codespaces`/PollPostCreateStates().
scip-go gomod github.com/golang/go/src . errors/Is().
PollPostCreateStates
Is
false
null
null
cli/cli
In cli/cli, determine if `isLeft` 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/repo/garden`/isLeft().` - 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/repo/garden`/isLeft().
scip-go gomod github.com/golang/go/src . errors/New().
isLeft
New
false
null
null
cli/cli
In cli/cli, determine if `Write` and `Template#Execute` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/jsoncolor`/Write().` - Symbol B: `scip-go gomod github.com/cli/go-gh/v2 v2.13.0 `github.com/cli/go-gh/v2/pkg/template`/Template#Execute().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/jsoncolor`/Write().
scip-go gomod github.com/cli/go-gh/v2 v2.13.0 `github.com/cli/go-gh/v2/pkg/template`/Template#Execute().
Write
Template#Execute
false
null
null
cli/cli
In cli/cli, determine if `NewCmdView` 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/workflow/view`/NewCmdView().` - 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/workflow/view`/NewCmdView().
scip-go gomod github.com/spf13/cobra v1.10.2 `github.com/spf13/cobra`/Command#SetOut().
NewCmdView
Command#SetOut
false
null
null
cli/cli
In cli/cli, determine if `isWindowsReservedFilename` 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/release/download`/isWindowsReservedFilename().` - 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/release/download`/isWindowsReservedFilename().
scip-go gomod github.com/stretchr/testify v1.11.1 `github.com/stretchr/testify/assert`/Equal().
isWindowsReservedFilename
Equal
false
null
null
cli/cli
In cli/cli, determine if `printJSONFields` and `main` 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`/printJSONFields().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/cmd/gen-docs`/main().` 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`/printJSONFields().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/cmd/gen-docs`/main().
printJSONFields
main
true
4
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/cmd/gen-docs`/main().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/cmd/gen-docs`/run().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/docs`/GenMarkdownTreeCustom().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/docs`/genMarkdownCustom().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/docs`/printJSONFields()." ]
cli/cli
In cli/cli, determine if `apiClientMock#DeleteCodespaceCalls` and `Test` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/codespace`/apiClientMock#DeleteCodespaceCalls().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/Test().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/codespace`/apiClientMock#DeleteCodespaceCalls().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/Test().
apiClientMock#DeleteCodespaceCalls
Test
false
null
null
cli/cli
In cli/cli, determine if `selectRulesetID` and `IOStreams#IsStdoutTTY` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/ruleset/view`/selectRulesetID().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/IOStreams#IsStdoutTTY().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/ruleset/view`/selectRulesetID().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/IOStreams#IsStdoutTTY().
selectRulesetID
IOStreams#IsStdoutTTY
false
null
null
cli/cli
In cli/cli, determine if `NewCmdPin` and `ExactArgs` 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/pin`/NewCmdPin().` - Symbol B: `scip-go gomod github.com/spf13/cobra v1.10.2 `github.com/spf13/cobra`/ExactArgs().` 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/pin`/NewCmdPin().
scip-go gomod github.com/spf13/cobra v1.10.2 `github.com/spf13/cobra`/ExactArgs().
NewCmdPin
ExactArgs
true
1
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/issue/pin`/NewCmdPin().", "scip-go gomod github.com/spf13/cobra v1.10.2 `github.com/spf13/cobra`/ExactArgs()." ]
cli/cli
In cli/cli, determine if `TranslateRemotes` 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/context`/TranslateRemotes().` - 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/context`/TranslateRemotes().
scip-go gomod github.com/golang/go/src . testing/common#Errorf().
TranslateRemotes
common#Errorf
false
null
null
cli/cli
In cli/cli, determine if `NewCmdDownload` 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/release/download`/NewCmdDownload().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/release/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/release/download`/NewCmdDownload().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/release/list`/NewCmdList().
NewCmdDownload
NewCmdList
false
null
null
cli/cli
In cli/cli, determine if `Issue#ExportData` and `NewEncoder` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/search`/Issue#ExportData().` - Symbol B: `scip-go gomod github.com/golang/go/src . `encoding/json`/NewEncoder().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/search`/Issue#ExportData().
scip-go gomod github.com/golang/go/src . `encoding/json`/NewEncoder().
Issue#ExportData
NewEncoder
false
null
null
cli/cli
In cli/cli, determine if `testingCodeApp` and `App#VSCode` 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`/testingCodeApp().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/codespace`/App#VSCode().` 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`/testingCodeApp().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/codespace`/App#VSCode().
testingCodeApp
App#VSCode
false
null
null
cli/cli
In cli/cli, determine if `TestRun` and `FullName` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/workflow/run`/TestRun().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/ghrepo`/FullName().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/workflow/run`/TestRun().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/ghrepo`/FullName().
TestRun
FullName
true
5
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/workflow/run`/TestRun().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/workflow/run`/runRun().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/workflow/shared`/ResolveWorkflow().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/workflow/shared`/FindWorkflow().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/workflow/shared`/getWorkflowByID().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/ghrepo`/FullName()." ]
cli/cli
In cli/cli, determine if `TestListRun` and `IOStreams#SetStderrTTY` 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/deploy-key/list`/TestListRun().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/IOStreams#SetStderrTTY().` 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/deploy-key/list`/TestListRun().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/IOStreams#SetStderrTTY().
TestListRun
IOStreams#SetStderrTTY
true
1
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/repo/deploy-key/list`/TestListRun().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/IOStreams#SetStderrTTY()." ]
cli/cli
In cli/cli, determine if `cmdRef` 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/root`/cmdRef().` - 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/root`/cmdRef().
scip-go gomod github.com/golang/go/src . strings/Split().
cmdRef
Split
true
2
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/root`/cmdRef().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/root`/dedent().", "scip-go gomod github.com/golang/go/src . strings/Split()." ]
cli/cli
In cli/cli, determine if `Manager#Remove` and `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/extension`/Manager#Remove().` - Symbol B: `scip-go gomod github.com/golang/go/src . fmt/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/extension`/Manager#Remove().
scip-go gomod github.com/golang/go/src . fmt/Errorf().
Manager#Remove
Errorf
true
2
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/extension`/Manager#Remove().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/extension`/Manager#cleanExtensionUpdateDir().", "scip-go gomod github.com/golang/go/src . fmt/Errorf()." ]
cli/cli
In cli/cli, determine if `partitionUsersAndTeams` and `NewClientFromHTTP` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/edit`/partitionUsersAndTeams().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/NewClientFromHTTP().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/edit`/partitionUsersAndTeams().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/NewClientFromHTTP().
partitionUsersAndTeams
NewClientFromHTTP
false
null
null
cli/cli
In cli/cli, determine if `handleResponse` and `Header#Get` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/handleResponse().` - Symbol B: `scip-go gomod github.com/golang/go/src . `net/http`/Header#Get().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/handleResponse().
scip-go gomod github.com/golang/go/src . `net/http`/Header#Get().
handleResponse
Header#Get
true
1
[ "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 `accessiblePrompter#Confirm` 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/internal/prompter`/accessiblePrompter#Confirm().` - 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/internal/prompter`/accessiblePrompter#Confirm().
scip-go gomod github.com/golang/go/src . fmt/Sprintf().
accessiblePrompter#Confirm
Sprintf
true
2
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/prompter`/accessiblePrompter#Confirm().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/prompter`/accessiblePrompter#addDefaultsToPrompt().", "scip-go gomod github.com/golang/go/src . fmt/Sprintf()." ]
cli/cli
In cli/cli, determine if `getPubKey` and `FullName` 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`/getPubKey().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/ghrepo`/FullName().` 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`/getPubKey().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/ghrepo`/FullName().
getPubKey
FullName
false
null
null
cli/cli
In cli/cli, determine if `printArgs` and `As` 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/run`/printArgs().` - Symbol B: `scip-go gomod github.com/golang/go/src . errors/As().` 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/run`/printArgs().
scip-go gomod github.com/golang/go/src . errors/As().
printArgs
As
false
null
null
cli/cli
In cli/cli, determine if `ExtensionManagerMock#UpdateDir` and `getStateEntry` 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/extensions`/ExtensionManagerMock#UpdateDir().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/update`/getStateEntry().` 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/extensions`/ExtensionManagerMock#UpdateDir().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/update`/getStateEntry().
ExtensionManagerMock#UpdateDir
getStateEntry
false
null
null
cli/cli
In cli/cli, determine if `buildURL` and `GraphQLError#Match` 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/list`/buildURL().` - Symbol B: `scip-go gomod github.com/cli/go-gh/v2 v2.13.0 `github.com/cli/go-gh/v2/pkg/api`/GraphQLError#Match().` 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/list`/buildURL().
scip-go gomod github.com/cli/go-gh/v2 v2.13.0 `github.com/cli/go-gh/v2/pkg/api`/GraphQLError#Match().
buildURL
GraphQLError#Match
true
2
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/project/list`/buildURL().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/project/shared/queries`/Client#OwnerIDAndType().", "scip-go gomod github.com/cli/go-gh/v2 v2.13.0 `github.com/cli/go-gh/v2/pkg/api`/GraphQLError#Match()." ]
cli/cli
In cli/cli, determine if `ProjectTitlesToPaths` and `FromFullName` 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`/ProjectTitlesToPaths().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/ghrepo`/FromFullName().` 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`/ProjectTitlesToPaths().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/ghrepo`/FromFullName().
ProjectTitlesToPaths
FromFullName
false
null
null
cli/cli
In cli/cli, determine if `RunLogCache#Exists` and `NewReader` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/run/view`/RunLogCache#Exists().` - Symbol B: `scip-go gomod github.com/golang/go/src . `archive/zip`/NewReader().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/run/view`/RunLogCache#Exists().
scip-go gomod github.com/golang/go/src . `archive/zip`/NewReader().
RunLogCache#Exists
NewReader
false
null
null
cli/cli
In cli/cli, determine if `IOStreams#StopAlternateScreenBuffer` 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/iostreams`/IOStreams#StopAlternateScreenBuffer().` - 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/iostreams`/IOStreams#StopAlternateScreenBuffer().
scip-go gomod github.com/golang/go/src . fmt/Sprintf().
IOStreams#StopAlternateScreenBuffer
Sprintf
false
null
null
cli/cli
In cli/cli, determine if `runArchiveItem` and `FlagSet#StringVar` 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-archive`/runArchiveItem().` - Symbol B: `scip-go gomod github.com/spf13/pflag v1.0.10 `github.com/spf13/pflag`/FlagSet#StringVar().` 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-archive`/runArchiveItem().
scip-go gomod github.com/spf13/pflag v1.0.10 `github.com/spf13/pflag`/FlagSet#StringVar().
runArchiveItem
FlagSet#StringVar
false
null
null
cli/cli
In cli/cli, determine if `verifyAssetRun` and `ParseRequestURI` 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-asset`/verifyAssetRun().` - Symbol B: `scip-go gomod github.com/golang/go/src . `net/url`/ParseRequestURI().` 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-asset`/verifyAssetRun().
scip-go gomod github.com/golang/go/src . `net/url`/ParseRequestURI().
verifyAssetRun
ParseRequestURI
true
3
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/release/verify-asset`/verifyAssetRun().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/attestation/artifact`/NewDigestedArtifact().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/attestation/artifact`/normalizeReference().", "scip-go gomod github.com/golang/go/src . `net/url`/ParseRequestURI()." ]
cli/cli
In cli/cli, determine if `Test_NewCmdRefresh` 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/auth/refresh`/Test_NewCmdRefresh().` - 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/auth/refresh`/Test_NewCmdRefresh().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/IOStreams#SetStdinTTY().
Test_NewCmdRefresh
IOStreams#SetStdinTTY
true
1
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/auth/refresh`/Test_NewCmdRefresh().", "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 `NewCmdClose` 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/project/close`/NewCmdClose().` - 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/project/close`/NewCmdClose().
scip-go gomod github.com/stretchr/testify v1.11.1 `github.com/stretchr/testify/assert`/NoError().
NewCmdClose
NoError
false
null
null
cli/cli
In cli/cli, determine if `listTemplateRepositories` and `NewCmdRepo` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/repo/create`/listTemplateRepositories().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/repo`/NewCmdRepo().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/repo/create`/listTemplateRepositories().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/repo`/NewCmdRepo().
listTemplateRepositories
NewCmdRepo
true
5
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/repo`/NewCmdRepo().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/repo/create`/NewCmdCreate().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/repo/create`/createRun().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/repo/create`/createFromTemplate().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/repo/create`/interactiveRepoTemplate().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/repo/create`/listTemplateRepositories()." ]
cli/cli
In cli/cli, determine if `verifyAssetRun` and `ErrorContains` 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-asset`/verifyAssetRun().` - Symbol B: `scip-go gomod github.com/stretchr/testify v1.11.1 `github.com/stretchr/testify/require`/ErrorContains().` 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-asset`/verifyAssetRun().
scip-go gomod github.com/stretchr/testify v1.11.1 `github.com/stretchr/testify/require`/ErrorContains().
verifyAssetRun
ErrorContains
false
null
null
cli/cli
In cli/cli, determine if `mockV2ProjectItems` 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/issue/view`/mockV2ProjectItems().` - 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/issue/view`/mockV2ProjectItems().
scip-go gomod github.com/golang/go/src . testing/T#Run().
mockV2ProjectItems
T#Run
false
null
null
cli/cli
In cli/cli, determine if `ProjectTitlesToPaths` and `Equal` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/ProjectTitlesToPaths().` - Symbol B: `scip-go gomod github.com/stretchr/testify v1.11.1 `github.com/stretchr/testify/require`/Equal().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/ProjectTitlesToPaths().
scip-go gomod github.com/stretchr/testify v1.11.1 `github.com/stretchr/testify/require`/Equal().
ProjectTitlesToPaths
Equal
false
null
null
cli/cli
In cli/cli, determine if `Stub` and `stubExtension` 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/run`/Stub().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/extension`/stubExtension().` 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/run`/Stub().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/extension`/stubExtension().
Stub
stubExtension
false
null
null
cli/cli
In cli/cli, determine if `dumpSignedTimestamps` and `NewCmdAttestation` 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/inspect`/dumpSignedTimestamps().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/attestation`/NewCmdAttestation().` 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/inspect`/dumpSignedTimestamps().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/attestation`/NewCmdAttestation().
dumpSignedTimestamps
NewCmdAttestation
true
3
[ "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/inspect`/runInspect().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/attestation/inspect`/dumpSignedTimestamps()." ]
cli/cli
In cli/cli, determine if `WithWrap` and `ProjectField#Type` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/markdown`/WithWrap().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/project/shared/queries`/ProjectField#Type().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/markdown`/WithWrap().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/project/shared/queries`/ProjectField#Type().
WithWrap
ProjectField#Type
false
null
null
cli/cli
In cli/cli, determine if `getEnvSecrets` 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/secret/list`/getEnvSecrets().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/tableprinter`/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/secret/list`/getEnvSecrets().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/tableprinter`/New().
getEnvSecrets
New
false
null
null
cli/cli
In cli/cli, determine if `runInputHostname` and `prompterRun` 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/prompter`/runInputHostname().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/preview/prompter`/prompterRun().` 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/prompter`/runInputHostname().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/preview/prompter`/prompterRun().
runInputHostname
prompterRun
false
null
null
cli/cli
In cli/cli, determine if `userAndOrgs` 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/repo/create`/userAndOrgs().` - 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/repo/create`/userAndOrgs().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/IOStreams#ColorScheme().
userAndOrgs
IOStreams#ColorScheme
false
null
null
cli/cli
In cli/cli, determine if `postOrgVariable` and `postVariable` 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/set`/postOrgVariable().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/variable/set`/postVariable().` 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/set`/postOrgVariable().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/variable/set`/postVariable().
postOrgVariable
postVariable
true
1
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/variable/set`/postOrgVariable().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/variable/set`/postVariable()." ]
cli/cli
In cli/cli, determine if `ListGists` and `printContent` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/gist/shared`/ListGists().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/gist/list`/printContent().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/gist/shared`/ListGists().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/gist/list`/printContent().
ListGists
printContent
false
null
null
cli/cli
In cli/cli, determine if `Test_setRun_env` and `cfg#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/secret/set`/Test_setRun_env().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/config`/cfg#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/secret/set`/Test_setRun_env().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/config`/cfg#get().
Test_setRun_env
cfg#get
true
5
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/secret/set`/Test_setRun_env().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/config`/NewBlankConfig().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/config`/NewFromString().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/config`/cfg#Browser().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/config`/cfg#GetOrDefault().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/config`/cfg#get()." ]
cli/cli
In cli/cli, determine if `isIncluded` and `ColorScheme#WarningIcon` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/repo/edit`/isIncluded().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/ColorScheme#WarningIcon().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/repo/edit`/isIncluded().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/ColorScheme#WarningIcon().
isIncluded
ColorScheme#WarningIcon
false
null
null
cli/cli
In cli/cli, determine if `Test_RepoMetadata_TeamsAreConditionallyFetched` and `FromFullName` 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`/Test_RepoMetadata_TeamsAreConditionallyFetched().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/ghrepo`/FromFullName().` 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`/Test_RepoMetadata_TeamsAreConditionallyFetched().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/ghrepo`/FromFullName().
Test_RepoMetadata_TeamsAreConditionallyFetched
FromFullName
true
1
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/Test_RepoMetadata_TeamsAreConditionallyFetched().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/ghrepo`/FromFullName()." ]
cli/cli
In cli/cli, determine if `TestManager_UpgradeExtension_BinaryExtension_Pinned` and `Dir` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/extension`/TestManager_UpgradeExtension_BinaryExtension_Pinned().` - Symbol B: `scip-go gomod github.com/golang/go/src . `path/filepath`/Dir().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/extension`/TestManager_UpgradeExtension_BinaryExtension_Pinned().
scip-go gomod github.com/golang/go/src . `path/filepath`/Dir().
TestManager_UpgradeExtension_BinaryExtension_Pinned
Dir
true
3
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/extension`/TestManager_UpgradeExtension_BinaryExtension_Pinned().", "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#IsPinned().", "scip-go gomod github.com/golang/go/src . `path/filepath`/Dir()." ]
cli/cli
In cli/cli, determine if `AuthTokenWriteable` and `GetScopes` 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`/AuthTokenWriteable().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/auth/shared`/GetScopes().` 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`/AuthTokenWriteable().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/auth/shared`/GetScopes().
AuthTokenWriteable
GetScopes
false
null
null
cli/cli
In cli/cli, determine if `TestPendingOperationDisallowsListPorts` and `PadRight` 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`/TestPendingOperationDisallowsListPorts().` - Symbol B: `scip-go gomod github.com/cli/go-gh/v2 v2.13.0 `github.com/cli/go-gh/v2/pkg/text`/PadRight().` 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`/TestPendingOperationDisallowsListPorts().
scip-go gomod github.com/cli/go-gh/v2 v2.13.0 `github.com/cli/go-gh/v2/pkg/text`/PadRight().
TestPendingOperationDisallowsListPorts
PadRight
true
5
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/codespace`/TestPendingOperationDisallowsListPorts().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/codespace`/App#ListPorts().", "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/internal/tableprinter`/NewWithWriter().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/text`/PadRight().", "scip-go gomod github.com/cli/go-gh/v2 v2.13.0 `github.com/cli/go-gh/v2/pkg/text`/PadRight()." ]
cli/cli
In cli/cli, determine if `TestNewCmdBrowse` and `Parse` 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`/TestNewCmdBrowse().` - Symbol B: `scip-go gomod github.com/golang/go/src . `net/url`/Parse().` 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`/TestNewCmdBrowse().
scip-go gomod github.com/golang/go/src . `net/url`/Parse().
TestNewCmdBrowse
Parse
true
4
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/browse`/TestNewCmdBrowse().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/browse`/NewCmdBrowse().", "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/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/text`/DisplayURL().", "scip-go gomod github.com/golang/go/src . `net/url`/Parse()." ]
cli/cli
In cli/cli, determine if `Test` and `Mock#On` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/Test().` - Symbol B: `scip-go gomod github.com/stretchr/testify v1.11.1 `github.com/stretchr/testify/mock`/Mock#On().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/Test().
scip-go gomod github.com/stretchr/testify v1.11.1 `github.com/stretchr/testify/mock`/Mock#On().
Test
Mock#On
false
null
null
cli/cli
In cli/cli, determine if `Repository#ExportData` and `Buffer#String` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/search`/Repository#ExportData().` - Symbol B: `scip-go gomod github.com/golang/go/src . bytes/Buffer#String().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/search`/Repository#ExportData().
scip-go gomod github.com/golang/go/src . bytes/Buffer#String().
Repository#ExportData
Buffer#String
false
null
null
cli/cli
In cli/cli, determine if `TestJSONProject_Org` and `Project#OwnerType` 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`/TestJSONProject_Org().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/project/shared/queries`/Project#OwnerType().` 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`/TestJSONProject_Org().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/project/shared/queries`/Project#OwnerType().
TestJSONProject_Org
Project#OwnerType
true
2
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/project/shared/queries`/TestJSONProject_Org().", "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/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/project/shared/queries`/Project#OwnerType()." ]
cli/cli
In cli/cli, determine if `mockDataGenerator#OnRESTWithNextSuccessHelper` and `Contains` 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`/mockDataGenerator#OnRESTWithNextSuccessHelper().` - Symbol B: `scip-go gomod github.com/golang/go/src . strings/Contains().` 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`/mockDataGenerator#OnRESTWithNextSuccessHelper().
scip-go gomod github.com/golang/go/src . strings/Contains().
mockDataGenerator#OnRESTWithNextSuccessHelper
Contains
false
null
null
cli/cli
In cli/cli, determine if `NewCmdDiff` and `Command#RegisterFlagCompletionFunc` 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`/NewCmdDiff().` - Symbol B: `scip-go gomod github.com/spf13/cobra v1.10.2 `github.com/spf13/cobra`/Command#RegisterFlagCompletionFunc().` 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`/NewCmdDiff().
scip-go gomod github.com/spf13/cobra v1.10.2 `github.com/spf13/cobra`/Command#RegisterFlagCompletionFunc().
NewCmdDiff
Command#RegisterFlagCompletionFunc
true
2
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/diff`/NewCmdDiff().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmdutil`/StringEnumFlag().", "scip-go gomod github.com/spf13/cobra v1.10.2 `github.com/spf13/cobra`/Command#RegisterFlagCompletionFunc()." ]
cli/cli
In cli/cli, determine if `IsTerminal` 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`/IsTerminal().` - 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`/IsTerminal().
scip-go gomod github.com/golang/go/src . os/Getenv().
IsTerminal
Getenv
false
null
null
cli/cli
In cli/cli, determine if `runCommand` and `Join` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/issue/status`/runCommand().` - Symbol B: `scip-go gomod github.com/golang/go/src . strings/Join().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/issue/status`/runCommand().
scip-go gomod github.com/golang/go/src . strings/Join().
runCommand
Join
true
5
[ "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/cmd/issue/status`/NewCmdStatus().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/issue/status`/statusRun().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/issue/shared`/PrintIssues().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/issue/shared`/issueLabelList().", "scip-go gomod github.com/golang/go/src . strings/Join()." ]
cli/cli
In cli/cli, determine if `TestPRRevert_APIFailure` and `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/pr/revert`/TestPRRevert_APIFailure().` - Symbol B: `scip-go gomod github.com/golang/go/src . fmt/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/pr/revert`/TestPRRevert_APIFailure().
scip-go gomod github.com/golang/go/src . fmt/Errorf().
TestPRRevert_APIFailure
Errorf
true
5
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/revert`/TestPRRevert_APIFailure().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/revert`/runCommand().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/revert`/NewCmdRevert().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmdutil`/MutuallyExclusive().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmdutil`/FlagErrorf().", "scip-go gomod github.com/golang/go/src . fmt/Errorf()." ]
cli/cli
In cli/cli, determine if `FakeHelperConfig#ConfigureOurs` and `keyFor` 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/gitcredentials`/FakeHelperConfig#ConfigureOurs().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/auth/shared/gitcredentials`/keyFor().` 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/gitcredentials`/FakeHelperConfig#ConfigureOurs().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/auth/shared/gitcredentials`/keyFor().
FakeHelperConfig#ConfigureOurs
keyFor
true
1
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/auth/shared/gitcredentials`/FakeHelperConfig#ConfigureOurs().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/auth/shared/gitcredentials`/keyFor()." ]
cli/cli
In cli/cli, determine if `Test_logoutRun_tty` and `cfg#Authentication` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/auth/logout`/Test_logoutRun_tty().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/config`/cfg#Authentication().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/auth/logout`/Test_logoutRun_tty().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/config`/cfg#Authentication().
Test_logoutRun_tty
cfg#Authentication
true
1
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/auth/logout`/Test_logoutRun_tty().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/config`/cfg#Authentication()." ]
cli/cli
In cli/cli, determine if `NewCmdAdd` and `Command#AddCommand` 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/add`/NewCmdAdd().` - Symbol B: `scip-go gomod github.com/spf13/cobra v1.10.2 `github.com/spf13/cobra`/Command#AddCommand().` 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/add`/NewCmdAdd().
scip-go gomod github.com/spf13/cobra v1.10.2 `github.com/spf13/cobra`/Command#AddCommand().
NewCmdAdd
Command#AddCommand
false
null
null
cli/cli
In cli/cli, determine if `NewCmdCodespace` and `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/codespace`/NewCmdCodespace().` - Symbol B: `scip-go gomod github.com/golang/go/src . fmt/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/codespace`/NewCmdCodespace().
scip-go gomod github.com/golang/go/src . fmt/Errorf().
NewCmdCodespace
Errorf
true
5
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/codespace`/NewCmdCodespace().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/codespace`/newLogsCmd().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/codespace`/App#Logs().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/codespace`/CodespaceSelector#Select().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/codespace`/CodespaceSelector#fetchCodespaces().", "scip-go gomod github.com/golang/go/src . fmt/Errorf()." ]
cli/cli
In cli/cli, determine if `CmdOut#String` and `Buffer#String` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/test`/CmdOut#String().` - Symbol B: `scip-go gomod github.com/golang/go/src . bytes/Buffer#String().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/test`/CmdOut#String().
scip-go gomod github.com/golang/go/src . bytes/Buffer#String().
CmdOut#String
Buffer#String
true
1
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/test`/CmdOut#String().", "scip-go gomod github.com/golang/go/src . bytes/Buffer#String()." ]
cli/cli
In cli/cli, determine if `Factory#Executable` 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/cmdutil`/Factory#Executable().` - 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/cmdutil`/Factory#Executable().
scip-go gomod github.com/golang/go/src . errors/Is().
Factory#Executable
Is
false
null
null
cli/cli
In cli/cli, determine if `GetWorkflows` 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/workflow/shared`/GetWorkflows().` - 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/workflow/shared`/GetWorkflows().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmdutil`/NewNoResultsError().
GetWorkflows
NewNoResultsError
false
null
null
cli/cli
In cli/cli, determine if `NewCmdList` 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/repo/autolink/list`/NewCmdList().` - Symbol B: `scip-go gomod github.com/stretchr/testify v1.11.1 `github.com/stretchr/testify/require`/NoError().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/repo/autolink/list`/NewCmdList().
scip-go gomod github.com/stretchr/testify v1.11.1 `github.com/stretchr/testify/require`/NoError().
NewCmdList
NoError
false
null
null
cli/cli
In cli/cli, determine if `buildEntry` and `TrimPrefix` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/auth/status`/buildEntry().` - Symbol B: `scip-go gomod github.com/golang/go/src . strings/TrimPrefix().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/auth/status`/buildEntry().
scip-go gomod github.com/golang/go/src . strings/TrimPrefix().
buildEntry
TrimPrefix
true
5
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/auth/status`/buildEntry().", "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/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/generateScopesSuggestion().", "scip-go gomod github.com/golang/go/src . strings/TrimPrefix()." ]
cli/cli
In cli/cli, determine if `createRun` and `IndexFor` 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`/createRun().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/prompter`/IndexFor().` 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`/createRun().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/prompter`/IndexFor().
createRun
IndexFor
false
null
null
cli/cli
In cli/cli, determine if `TestFindIssuesOrPRs` 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/shared`/TestFindIssuesOrPRs().` - 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/shared`/TestFindIssuesOrPRs().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/clientOptions().
TestFindIssuesOrPRs
clientOptions
true
5
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/issue/shared`/TestFindIssuesOrPRs().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/issue/shared`/FindIssuesOrPRs().", "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`/ProjectsV2ItemsForIssue().", "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`/clientOptions()." ]
cli/cli
In cli/cli, determine if `checkRun` 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/ruleset/check`/checkRun().` - 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/ruleset/check`/checkRun().
scip-go gomod github.com/MakeNowJust/heredoc v1.0.0 `github.com/MakeNowJust/heredoc`/Docf().
checkRun
Docf
false
null
null
cli/cli
In cli/cli, determine if `ListOrgRulesets` and `GraphQLClient#Do` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/ruleset/shared`/ListOrgRulesets().` - Symbol B: `scip-go gomod github.com/cli/go-gh/v2 v2.13.0 `github.com/cli/go-gh/v2/pkg/api`/GraphQLClient#Do().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/ruleset/shared`/ListOrgRulesets().
scip-go gomod github.com/cli/go-gh/v2 v2.13.0 `github.com/cli/go-gh/v2/pkg/api`/GraphQLClient#Do().
ListOrgRulesets
GraphQLClient#Do
true
3
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/ruleset/shared`/ListOrgRulesets().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/ruleset/shared`/listRulesets().", "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/go-gh/v2 v2.13.0 `github.com/cli/go-gh/v2/pkg/api`/GraphQLClient#Do()." ]
cli/cli
In cli/cli, determine if `TestPrMerge_deleteBranch` and `mergeContext#canMerge` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/merge`/TestPrMerge_deleteBranch().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/merge`/mergeContext#canMerge().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/merge`/TestPrMerge_deleteBranch().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/merge`/mergeContext#canMerge().
TestPrMerge_deleteBranch
mergeContext#canMerge
true
4
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/merge`/TestPrMerge_deleteBranch().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/merge`/runCommand().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/merge`/NewCmdMerge().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/merge`/mergeRun().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/merge`/mergeContext#canMerge()." ]
cli/cli
In cli/cli, determine if `TestSwitchClearsActiveInsecureTokenWhenSwitchingToSecureUser` and `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`/TestSwitchClearsActiveInsecureTokenWhenSwitchingToSecureUser().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/keyring`/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`/TestSwitchClearsActiveInsecureTokenWhenSwitchingToSecureUser().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/keyring`/Get().
TestSwitchClearsActiveInsecureTokenWhenSwitchingToSecureUser
Get
true
4
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/config`/TestSwitchClearsActiveInsecureTokenWhenSwitchingToSecureUser().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/config`/AuthConfig#SwitchUser().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/config`/AuthConfig#ActiveToken().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/config`/AuthConfig#TokenFromKeyringForUser().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/keyring`/Get()." ]
cli/cli
In cli/cli, determine if `defaultLookPath` and `RuneReader#SetTermMode` 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/surveyext`/defaultLookPath().` - Symbol B: `scip-go gomod github.com/AlecAivazis/survey/v2 v2.3.7 `github.com/AlecAivazis/survey/v2/terminal`/RuneReader#SetTermMode().` 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/surveyext`/defaultLookPath().
scip-go gomod github.com/AlecAivazis/survey/v2 v2.3.7 `github.com/AlecAivazis/survey/v2/terminal`/RuneReader#SetTermMode().
defaultLookPath
RuneReader#SetTermMode
false
null
null
cli/cli
In cli/cli, determine if `NilStringFlag` 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/cmdutil`/NilStringFlag().` - 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/cmdutil`/NilStringFlag().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/IOStreams#CanPrompt().
NilStringFlag
IOStreams#CanPrompt
false
null
null
cli/cli
In cli/cli, determine if `NewCmdAdd` 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/ssh-key/add`/NewCmdAdd().` - 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/ssh-key/add`/NewCmdAdd().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/isTerminal().
NewCmdAdd
isTerminal
true
2
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/ssh-key/add`/NewCmdAdd().", "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 `prAssigneeList` and `TestProjectsV1Deprecation` 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`/prAssigneeList().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/view`/TestProjectsV1Deprecation().` 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`/prAssigneeList().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/view`/TestProjectsV1Deprecation().
prAssigneeList
TestProjectsV1Deprecation
true
3
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/view`/TestProjectsV1Deprecation().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/view`/viewRun().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/view`/printRawPrPreview().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/view`/prAssigneeList()." ]
cli/cli
In cli/cli, determine if `Client#UnsetRemoteResolution` and `Mutex#Lock` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/git`/Client#UnsetRemoteResolution().` - Symbol B: `scip-go gomod github.com/golang/go/src . sync/Mutex#Lock().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/git`/Client#UnsetRemoteResolution().
scip-go gomod github.com/golang/go/src . sync/Mutex#Lock().
Client#UnsetRemoteResolution
Mutex#Lock
true
2
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/git`/Client#UnsetRemoteResolution().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/git`/Client#Command().", "scip-go gomod github.com/golang/go/src . sync/Mutex#Lock()." ]
cli/cli
In cli/cli, determine if `TestRunListWeb_Me` and `filterProjects` 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/list`/TestRunListWeb_Me().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/project/list`/filterProjects().` 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/list`/TestRunListWeb_Me().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/project/list`/filterProjects().
TestRunListWeb_Me
filterProjects
true
2
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/project/list`/TestRunListWeb_Me().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/project/list`/runList().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/project/list`/filterProjects()." ]
cli/cli
In cli/cli, determine if `Projects#ExportData` and `Project#OwnerType` 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`/Projects#ExportData().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/project/shared/queries`/Project#OwnerType().` 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`/Projects#ExportData().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/project/shared/queries`/Project#OwnerType().
Projects#ExportData
Project#OwnerType
true
3
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/project/shared/queries`/Projects#ExportData().", "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/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/project/shared/queries`/Project#OwnerLogin().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/project/shared/queries`/Project#OwnerType()." ]
cli/cli
In cli/cli, determine if `surveyPrompter#InputHostname` and `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/internal/prompter`/surveyPrompter#InputHostname().` - Symbol B: `scip-go gomod github.com/golang/go/src . fmt/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/internal/prompter`/surveyPrompter#InputHostname().
scip-go gomod github.com/golang/go/src . fmt/Errorf().
surveyPrompter#InputHostname
Errorf
true
2
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/prompter`/surveyPrompter#InputHostname().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/prompter`/surveyPrompter#ask().", "scip-go gomod github.com/golang/go/src . fmt/Errorf()." ]
cli/cli
In cli/cli, determine if `ComparePullRequestBaseBranchWith` and `IOStreams#StopProgressIndicator` 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`/ComparePullRequestBaseBranchWith().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/IOStreams#StopProgressIndicator().` 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`/ComparePullRequestBaseBranchWith().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/IOStreams#StopProgressIndicator().
ComparePullRequestBaseBranchWith
IOStreams#StopProgressIndicator
false
null
null
cli/cli
In cli/cli, determine if `IsTerminal` 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`/IsTerminal().` - 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`/IsTerminal().
scip-go gomod github.com/golang/go/src . os/Getenv().
IsTerminal
Getenv
false
null
null
cli/cli
In cli/cli, determine if `parseFile` and `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/browse`/parseFile().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/cmd/gen-docs`/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/browse`/parseFile().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/cmd/gen-docs`/run().
parseFile
run
true
5
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/cmd/gen-docs`/run().", "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/browse`/NewCmdBrowse().", "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/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/browse`/parseSection().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/browse`/parseFile()." ]
cli/cli
In cli/cli, determine if `TestDefaultRun` and `Stack` 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`/TestDefaultRun().` - Symbol B: `scip-go gomod github.com/golang/go/src . `runtime/debug`/Stack().` 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`/TestDefaultRun().
scip-go gomod github.com/golang/go/src . `runtime/debug`/Stack().
TestDefaultRun
Stack
true
2
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/repo/setdefault`/TestDefaultRun().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/httpmock`/Registry#Register().", "scip-go gomod github.com/golang/go/src . `runtime/debug`/Stack()." ]
cli/cli
In cli/cli, determine if `SearchIssues` and `PadRight` 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/shared`/SearchIssues().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/text`/PadRight().` 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/shared`/SearchIssues().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/text`/PadRight().
SearchIssues
PadRight
true
4
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/search/shared`/SearchIssues().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/search/shared`/displayIssueResults().", "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/internal/tableprinter`/NewWithWriter().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/text`/PadRight()." ]
cli/cli
In cli/cli, determine if `VerifyCertExtensions` and `buildSigstoreVerifyPolicy` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/attestation/verification`/VerifyCertExtensions().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/attestation/verify`/buildSigstoreVerifyPolicy().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/attestation/verification`/VerifyCertExtensions().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/attestation/verify`/buildSigstoreVerifyPolicy().
VerifyCertExtensions
buildSigstoreVerifyPolicy
false
null
null
cli/cli
In cli/cli, determine if `createZipReader` and `createZipArchive` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/run/view`/createZipReader().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/run/view`/createZipArchive().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/run/view`/createZipReader().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/run/view`/createZipArchive().
createZipReader
createZipArchive
true
1
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/run/view`/createZipReader().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/run/view`/createZipArchive()." ]
cli/cli
In cli/cli, determine if `downloadAsset` and `TestManager_UpgradeExtensions_DryRun` 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`/downloadAsset().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/extension`/TestManager_UpgradeExtensions_DryRun().` 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`/downloadAsset().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/extension`/TestManager_UpgradeExtensions_DryRun().
downloadAsset
TestManager_UpgradeExtensions_DryRun
true
5
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/extension`/TestManager_UpgradeExtensions_DryRun().", "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`/Manager#upgradeBinExtension().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/extension`/Manager#installBin().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/extension`/downloadAsset()." ]
cli/cli
In cli/cli, determine if `searchRepos` and `ToUpper` 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`/searchRepos().` - Symbol B: `scip-go gomod github.com/golang/go/src . strings/ToUpper().` 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`/searchRepos().
scip-go gomod github.com/golang/go/src . strings/ToUpper().
searchRepos
ToUpper
false
null
null
cli/cli
In cli/cli, determine if `TestSwitchClearsActiveInsecureTokenWhenSwitchingToSecureUser` and `Config#Set` 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`/TestSwitchClearsActiveInsecureTokenWhenSwitchingToSecureUser().` - Symbol B: `scip-go gomod github.com/cli/go-gh/v2 v2.13.0 `github.com/cli/go-gh/v2/pkg/config`/Config#Set().` 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`/TestSwitchClearsActiveInsecureTokenWhenSwitchingToSecureUser().
scip-go gomod github.com/cli/go-gh/v2 v2.13.0 `github.com/cli/go-gh/v2/pkg/config`/Config#Set().
TestSwitchClearsActiveInsecureTokenWhenSwitchingToSecureUser
Config#Set
true
2
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/config`/TestSwitchClearsActiveInsecureTokenWhenSwitchingToSecureUser().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/config`/AuthConfig#SwitchUser().", "scip-go gomod github.com/cli/go-gh/v2 v2.13.0 `github.com/cli/go-gh/v2/pkg/config`/Config#Set()." ]
cli/cli
In cli/cli, determine if `Manager#UpdateDir` and `Manager#Install` 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#UpdateDir().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/extension`/Manager#Install().` 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#UpdateDir().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/extension`/Manager#Install().
Manager#UpdateDir
Manager#Install
true
3
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/extension`/Manager#Install().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/extension`/Manager#installGit().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/extension`/Manager#cleanExtensionUpdateDir().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/extension`/Manager#UpdateDir()." ]
cli/cli
In cli/cli, determine if `NewCmdCache` and `EnableRepoOverride` 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`/NewCmdCache().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmdutil`/EnableRepoOverride().` 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`/NewCmdCache().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmdutil`/EnableRepoOverride().
NewCmdCache
EnableRepoOverride
true
1
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/cache`/NewCmdCache().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmdutil`/EnableRepoOverride()." ]
cli/cli
In cli/cli, determine if `NewCmdFork` and `NewCmdGarden` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/repo/fork`/NewCmdFork().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/repo/garden`/NewCmdGarden().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/repo/fork`/NewCmdFork().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/repo/garden`/NewCmdGarden().
NewCmdFork
NewCmdGarden
false
null
null
cli/cli
In cli/cli, determine if `AutolinkViewer#View` and `EqualFold` 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/view`/AutolinkViewer#View().` - Symbol B: `scip-go gomod github.com/golang/go/src . strings/EqualFold().` 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/view`/AutolinkViewer#View().
scip-go gomod github.com/golang/go/src . strings/EqualFold().
AutolinkViewer#View
EqualFold
true
3
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/repo/autolink/view`/AutolinkViewer#View().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/ghinstance`/RESTPrefix().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/ghinstance`/isGarage().", "scip-go gomod github.com/golang/go/src . strings/EqualFold()." ]
cli/cli