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 `NewMockSigstoreVerifier` and `BuildSigstoreJsMockResult` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the 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`/NewMockSigstoreVerifier().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/attestation/verification`/BuildSigstoreJsMockResult().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_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`/NewMockSigstoreVerifier().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/attestation/verification`/BuildSigstoreJsMockResult().
NewMockSigstoreVerifier
BuildSigstoreJsMockResult
true
1
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/attestation/verification`/NewMockSigstoreVerifier().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/attestation/verification`/BuildSigstoreJsMockResult()." ]
cli/cli
In cli/cli, determine if `CopilotReplacer#ReplaceSlice` and `TestActorIsAssignable` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/shared`/CopilotReplacer#ReplaceSlice().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/issue/edit`/TestActorIsAssignable().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/shared`/CopilotReplacer#ReplaceSlice().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/issue/edit`/TestActorIsAssignable().
CopilotReplacer#ReplaceSlice
TestActorIsAssignable
true
4
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/issue/edit`/TestActorIsAssignable().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/issue/edit`/editRun().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/shared`/UpdateIssue().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/shared`/Editable#AssigneeIds().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/shared`/CopilotReplacer#ReplaceSlice()." ]
cli/cli
In cli/cli, determine if `API#checkForPendingOperation` and `NewBuffer` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/codespaces/api`/API#checkForPendingOperation().` - Symbol B: `scip-go gomod github.com/golang/go/src . bytes/NewBuffer().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/codespaces/api`/API#checkForPendingOperation().
scip-go gomod github.com/golang/go/src . bytes/NewBuffer().
API#checkForPendingOperation
NewBuffer
false
null
null
cli/cli
In cli/cli, determine if `ExtensionMock#IsPinned` and `RWMutex#Unlock` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/extensions`/ExtensionMock#IsPinned().` - Symbol B: `scip-go gomod github.com/golang/go/src . sync/RWMutex#Unlock().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/extensions`/ExtensionMock#IsPinned().
scip-go gomod github.com/golang/go/src . sync/RWMutex#Unlock().
ExtensionMock#IsPinned
RWMutex#Unlock
true
1
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/extensions`/ExtensionMock#IsPinned().", "scip-go gomod github.com/golang/go/src . sync/RWMutex#Unlock()." ]
cli/cli
In cli/cli, determine if `FuzzyAgoAbbr` and `IOStreams#TerminalTheme` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/text`/FuzzyAgoAbbr().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/IOStreams#TerminalTheme().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/text`/FuzzyAgoAbbr().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/IOStreams#TerminalTheme().
FuzzyAgoAbbr
IOStreams#TerminalTheme
false
null
null
cli/cli
In cli/cli, determine if `getViewer` and `URL#Hostname` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/authflow`/getViewer().` - Symbol B: `scip-go gomod github.com/golang/go/src . `net/url`/URL#Hostname().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/authflow`/getViewer().
scip-go gomod github.com/golang/go/src . `net/url`/URL#Hostname().
getViewer
URL#Hostname
true
4
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/authflow`/getViewer().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/CurrentLoginName().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/Client#Query().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/handleResponse().", "scip-go gomod github.com/golang/go/src . `net/url`/URL#Hostname()." ]
cli/cli
In cli/cli, determine if `NewConfig` and `requireKeyWithValue` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the 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`/NewConfig().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/config`/requireKeyWithValue().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_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`/NewConfig().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/config`/requireKeyWithValue().
NewConfig
requireKeyWithValue
false
null
null
cli/cli
In cli/cli, determine if `manPrintJSONFields` and `Builder#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/internal/docs`/manPrintJSONFields().` - Symbol B: `scip-go gomod github.com/golang/go/src . strings/Builder#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/internal/docs`/manPrintJSONFields().
scip-go gomod github.com/golang/go/src . strings/Builder#String().
manPrintJSONFields
Builder#String
true
2
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/docs`/manPrintJSONFields().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/text`/FormatSlice().", "scip-go gomod github.com/golang/go/src . strings/Builder#String()." ]
cli/cli
In cli/cli, determine if `NewCmdDownload` and `Mutex#Unlock` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/run/download`/NewCmdDownload().` - Symbol B: `scip-go gomod github.com/golang/go/src . sync/Mutex#Unlock().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/run/download`/NewCmdDownload().
scip-go gomod github.com/golang/go/src . sync/Mutex#Unlock().
NewCmdDownload
Mutex#Unlock
true
5
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/run/download`/NewCmdDownload().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/run/download`/runDownload().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/IOStreams#StartProgressIndicator().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/IOStreams#StartProgressIndicatorWithLabel().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/IOStreams#startTextualProgressIndicator().", "scip-go gomod github.com/golang/go/src . sync/Mutex#Unlock()." ]
cli/cli
In cli/cli, determine if `TestTokenFromKeyringForUser` and `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`/TestTokenFromKeyringForUser().` - Symbol B: `scip-go gomod github.com/zalando/go-keyring v0.2.6 `github.com/zalando/go-keyring`/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`/TestTokenFromKeyringForUser().
scip-go gomod github.com/zalando/go-keyring v0.2.6 `github.com/zalando/go-keyring`/Set().
TestTokenFromKeyringForUser
Set
true
2
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/config`/TestTokenFromKeyringForUser().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/keyring`/Set().", "scip-go gomod github.com/zalando/go-keyring v0.2.6 `github.com/zalando/go-keyring`/Set()." ]
cli/cli
In cli/cli, determine if `CommandStubber#find` and `TestPrMerge_blocked` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the 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`/CommandStubber#find().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/merge`/TestPrMerge_blocked().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_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`/CommandStubber#find().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/merge`/TestPrMerge_blocked().
CommandStubber#find
TestPrMerge_blocked
true
2
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/merge`/TestPrMerge_blocked().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/run`/Stub().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/run`/CommandStubber#find()." ]
cli/cli
In cli/cli, determine if `initRepo` and `OpenFile` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the 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`/initRepo().` - Symbol B: `scip-go gomod github.com/golang/go/src . os/OpenFile().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_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`/initRepo().
scip-go gomod github.com/golang/go/src . os/OpenFile().
initRepo
OpenFile
false
null
null
cli/cli
In cli/cli, determine if `NewRemote` and `IOStreams#SetStdoutTTY` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/git`/NewRemote().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/IOStreams#SetStdoutTTY().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/git`/NewRemote().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/IOStreams#SetStdoutTTY().
NewRemote
IOStreams#SetStdoutTTY
false
null
null
cli/cli
In cli/cli, determine if `runCommand` and `CmdOut#String` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/checkout`/runCommand().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/test`/CmdOut#String().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/checkout`/runCommand().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/test`/CmdOut#String().
runCommand
CmdOut#String
false
null
null
cli/cli
In cli/cli, determine if `formatRawComment` and `Fprint` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/shared`/formatRawComment().` - Symbol B: `scip-go gomod github.com/golang/go/src . fmt/Fprint().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/shared`/formatRawComment().
scip-go gomod github.com/golang/go/src . fmt/Fprint().
formatRawComment
Fprint
false
null
null
cli/cli
In cli/cli, determine if `OrganizationProjects` 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/api`/OrganizationProjects().` - 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/api`/OrganizationProjects().
scip-go gomod github.com/golang/go/src . fmt/Errorf().
OrganizationProjects
Errorf
false
null
null
cli/cli
In cli/cli, determine if `printLinkedBranches` 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/issue/develop`/printLinkedBranches().` - 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/issue/develop`/printLinkedBranches().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/ghrepo`/FullName().
printLinkedBranches
FullName
false
null
null
cli/cli
In cli/cli, determine if `NewCmdCredential` and `NewCmdSwitch` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the 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/gitcredential`/NewCmdCredential().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/auth/switch`/NewCmdSwitch().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_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/gitcredential`/NewCmdCredential().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/auth/switch`/NewCmdSwitch().
NewCmdCredential
NewCmdSwitch
false
null
null
cli/cli
In cli/cli, determine if `Client#Mutate` and `NewClientFromHTTP` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/Client#Mutate().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/NewClientFromHTTP().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/Client#Mutate().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/NewClientFromHTTP().
Client#Mutate
NewClientFromHTTP
false
null
null
cli/cli
In cli/cli, determine if `NewCmdList` and `NewCmdUpload` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the 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/list`/NewCmdList().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/release/upload`/NewCmdUpload().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_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/list`/NewCmdList().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/release/upload`/NewCmdUpload().
NewCmdList
NewCmdUpload
false
null
null
cli/cli
In cli/cli, determine if `LiveClient#getAttestations` and `Handler#VerbosePrintf` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the 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`/LiveClient#getAttestations().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/attestation/io`/Handler#VerbosePrintf().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_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`/LiveClient#getAttestations().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/attestation/io`/Handler#VerbosePrintf().
LiveClient#getAttestations
Handler#VerbosePrintf
false
null
null
cli/cli
In cli/cli, determine if `GetCaches` 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/cache/shared`/GetCaches().` - 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/cache/shared`/GetCaches().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/IOStreams#IsStdoutTTY().
GetCaches
IOStreams#IsStdoutTTY
false
null
null
cli/cli
In cli/cli, determine if `ConfigMock#GetOrDefaultCalls` and `RWMutex#RUnlock` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the 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/gh/mock`/ConfigMock#GetOrDefaultCalls().` - Symbol B: `scip-go gomod github.com/golang/go/src . sync/RWMutex#RUnlock().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_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/gh/mock`/ConfigMock#GetOrDefaultCalls().
scip-go gomod github.com/golang/go/src . sync/RWMutex#RUnlock().
ConfigMock#GetOrDefaultCalls
RWMutex#RUnlock
true
1
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/gh/mock`/ConfigMock#GetOrDefaultCalls().", "scip-go gomod github.com/golang/go/src . sync/RWMutex#RUnlock()." ]
cli/cli
In cli/cli, determine if `viewRun` and `isCygwinTerminal` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/repo/license/view`/viewRun().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/isCygwinTerminal().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/repo/license/view`/viewRun().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/isCygwinTerminal().
viewRun
isCygwinTerminal
true
2
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/repo/license/view`/viewRun().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/IOStreams#IsStdoutTTY().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/isCygwinTerminal()." ]
cli/cli
In cli/cli, determine if `TestLogoutIgnoresErrorsFromConfigAndKeyring` 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/config`/TestLogoutIgnoresErrorsFromConfigAndKeyring().` - 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/config`/TestLogoutIgnoresErrorsFromConfigAndKeyring().
scip-go gomod github.com/golang/go/src . errors/Is().
TestLogoutIgnoresErrorsFromConfigAndKeyring
Is
true
4
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/config`/TestLogoutIgnoresErrorsFromConfigAndKeyring().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/config`/AuthConfig#Logout().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/config`/AuthConfig#activateUser().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/keyring`/Get().", "scip-go gomod github.com/golang/go/src . errors/Is()." ]
cli/cli
In cli/cli, determine if `StringEnumFlag` and `formatValuesForUsageDocs` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the 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`/StringEnumFlag().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmdutil`/formatValuesForUsageDocs().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_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`/StringEnumFlag().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmdutil`/formatValuesForUsageDocs().
StringEnumFlag
formatValuesForUsageDocs
true
1
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmdutil`/StringEnumFlag().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmdutil`/formatValuesForUsageDocs()." ]
cli/cli
In cli/cli, determine if `TestIssueList_Search_withProjectItems` and `formatAdvancedIssueSearch` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the 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/list`/TestIssueList_Search_withProjectItems().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/search`/formatAdvancedIssueSearch().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_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/list`/TestIssueList_Search_withProjectItems().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/search`/formatAdvancedIssueSearch().
TestIssueList_Search_withProjectItems
formatAdvancedIssueSearch
true
5
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/issue/list`/TestIssueList_Search_withProjectItems().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/issue/list`/issueList().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/issue/list`/searchIssues().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/shared`/SearchQueryBuild().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/search`/Query#AdvancedIssueSearchString().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/search`/formatAdvancedIssueSearch()." ]
cli/cli
In cli/cli, determine if `getOrgPublicKey` and `mapRepoNamesToIDs` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the 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`/getOrgPublicKey().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/secret/set`/mapRepoNamesToIDs().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_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`/getOrgPublicKey().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/secret/set`/mapRepoNamesToIDs().
getOrgPublicKey
mapRepoNamesToIDs
false
null
null
cli/cli
In cli/cli, determine if `GetAnnotations` and `ReadCloser#Close` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/run/shared`/GetAnnotations().` - Symbol B: `scip-go gomod github.com/golang/go/src . `archive/zip`/ReadCloser#Close().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/run/shared`/GetAnnotations().
scip-go gomod github.com/golang/go/src . `archive/zip`/ReadCloser#Close().
GetAnnotations
ReadCloser#Close
false
null
null
cli/cli
In cli/cli, determine if `NewCmdView` and `Command#SetArgs` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the 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/view`/NewCmdView().` - Symbol B: `scip-go gomod github.com/spf13/cobra v1.10.2 `github.com/spf13/cobra`/Command#SetArgs().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_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/view`/NewCmdView().
scip-go gomod github.com/spf13/cobra v1.10.2 `github.com/spf13/cobra`/Command#SetArgs().
NewCmdView
Command#SetArgs
false
null
null
cli/cli
In cli/cli, determine if `Test_apiRun_cache` and `httpRequest` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/api`/Test_apiRun_cache().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/api`/httpRequest().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/api`/Test_apiRun_cache().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/api`/httpRequest().
Test_apiRun_cache
httpRequest
true
2
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/api`/Test_apiRun_cache().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/api`/apiRun().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/api`/httpRequest()." ]
cli/cli
In cli/cli, determine if `PullRequestForRun` 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/run/shared`/PullRequestForRun().` - 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/run/shared`/PullRequestForRun().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/clientOptions().
PullRequestForRun
clientOptions
true
2
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/run/shared`/PullRequestForRun().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/Client#GraphQL().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/clientOptions()." ]
cli/cli
In cli/cli, determine if `HomeDirPath` and `automaticPrivateKeyPath` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the 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`/HomeDirPath().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/codespace`/automaticPrivateKeyPath().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_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`/HomeDirPath().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/codespace`/automaticPrivateKeyPath().
HomeDirPath
automaticPrivateKeyPath
true
2
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/codespace`/automaticPrivateKeyPath().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/ssh`/Context#SshDir().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/config`/HomeDirPath()." ]
cli/cli
In cli/cli, determine if `NewCmdList` and `Sprintf` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/cache/list`/NewCmdList().` - Symbol B: `scip-go gomod github.com/golang/go/src . fmt/Sprintf().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/cache/list`/NewCmdList().
scip-go gomod github.com/golang/go/src . fmt/Sprintf().
NewCmdList
Sprintf
true
2
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/cache/list`/NewCmdList().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/cache/list`/listRun().", "scip-go gomod github.com/golang/go/src . fmt/Sprintf()." ]
cli/cli
In cli/cli, determine if `runBrowse` 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/browse`/runBrowse().` - 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/browse`/runBrowse().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmdutil`/EnableRepoOverride().
runBrowse
EnableRepoOverride
false
null
null
cli/cli
In cli/cli, determine if `isWorkflowFile` and `Atoi` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the 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`/isWorkflowFile().` - Symbol B: `scip-go gomod github.com/golang/go/src . strconv/Atoi().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_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`/isWorkflowFile().
scip-go gomod github.com/golang/go/src . strconv/Atoi().
isWorkflowFile
Atoi
false
null
null
cli/cli
In cli/cli, determine if `stringSet#RemoveValues` 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/set`/stringSet#RemoveValues().` - 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/set`/stringSet#RemoveValues().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/auth/shared`/GetScopes().
stringSet#RemoveValues
GetScopes
false
null
null
cli/cli
In cli/cli, determine if `automaticSSHKeyPair` 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`/automaticSSHKeyPair().` - 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`/automaticSSHKeyPair().
scip-go gomod github.com/golang/go/src . fmt/Errorf().
automaticSSHKeyPair
Errorf
false
null
null
cli/cli
In cli/cli, determine if `Editable#AssigneeIds` and `stringSet#Remove` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/shared`/Editable#AssigneeIds().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/set`/stringSet#Remove().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/shared`/Editable#AssigneeIds().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/set`/stringSet#Remove().
Editable#AssigneeIds
stringSet#Remove
true
2
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/shared`/Editable#AssigneeIds().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/set`/stringSet#RemoveValues().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/set`/stringSet#Remove()." ]
cli/cli
In cli/cli, determine if `publishedReleaseExists` 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/release/create`/publishedReleaseExists().` - 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/release/create`/publishedReleaseExists().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/cmd/gen-docs`/run().
publishedReleaseExists
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/release`/NewCmdRelease().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/release/create`/NewCmdCreate().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/release/create`/createRun().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/release/create`/publishedReleaseExists()." ]
cli/cli
In cli/cli, determine if `deleteLabel` 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/label`/deleteLabel().` - 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/label`/deleteLabel().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/cmd/gen-docs`/run().
deleteLabel
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/label`/NewCmdLabel().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/label`/newCmdDelete().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/label`/deleteRun().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/label`/deleteLabel()." ]
cli/cli
In cli/cli, determine if `NormalizeRelativePath` and `ReplaceAll` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the 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/test`/NormalizeRelativePath().` - Symbol B: `scip-go gomod github.com/golang/go/src . strings/ReplaceAll().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_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/test`/NormalizeRelativePath().
scip-go gomod github.com/golang/go/src . strings/ReplaceAll().
NormalizeRelativePath
ReplaceAll
true
1
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/attestation/test`/NormalizeRelativePath().", "scip-go gomod github.com/golang/go/src . strings/ReplaceAll()." ]
cli/cli
In cli/cli, determine if `getTags` and `Builder#WriteString` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/release/create`/getTags().` - Symbol B: `scip-go gomod github.com/golang/go/src . strings/Builder#WriteString().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/release/create`/getTags().
scip-go gomod github.com/golang/go/src . strings/Builder#WriteString().
getTags
Builder#WriteString
false
null
null
cli/cli
In cli/cli, determine if `isGpgKeyArmored` and `RESTPrefix` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the 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/gpg-key/add`/isGpgKeyArmored().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/ghinstance`/RESTPrefix().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_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/gpg-key/add`/isGpgKeyArmored().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/ghinstance`/RESTPrefix().
isGpgKeyArmored
RESTPrefix
false
null
null
cli/cli
In cli/cli, determine if `NewCmdList` and `Command#PersistentFlags` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the 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/list`/NewCmdList().` - Symbol B: `scip-go gomod github.com/spf13/cobra v1.10.2 `github.com/spf13/cobra`/Command#PersistentFlags().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_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/list`/NewCmdList().
scip-go gomod github.com/spf13/cobra v1.10.2 `github.com/spf13/cobra`/Command#PersistentFlags().
NewCmdList
Command#PersistentFlags
false
null
null
cli/cli
In cli/cli, determine if `NewLiveSigstoreVerifier` and `runVerify` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the 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`/NewLiveSigstoreVerifier().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/attestation/verify`/runVerify().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_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`/NewLiveSigstoreVerifier().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/attestation/verify`/runVerify().
NewLiveSigstoreVerifier
runVerify
false
null
null
cli/cli
In cli/cli, determine if `mockCommentDelete` 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/pr/comment`/mockCommentDelete().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/ghrepo`/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/pr/comment`/mockCommentDelete().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/ghrepo`/New().
mockCommentDelete
New
false
null
null
cli/cli
In cli/cli, determine if `CopilotReplacer#ReplaceSlice` and `IssueMetadataState#HasMetadata` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/shared`/CopilotReplacer#ReplaceSlice().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/shared`/IssueMetadataState#HasMetadata().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/shared`/CopilotReplacer#ReplaceSlice().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/shared`/IssueMetadataState#HasMetadata().
CopilotReplacer#ReplaceSlice
IssueMetadataState#HasMetadata
false
null
null
cli/cli
In cli/cli, determine if `runCommand` 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/pr/status`/runCommand().` - 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/pr/status`/runCommand().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/IOStreams#SetStderrTTY().
runCommand
IOStreams#SetStderrTTY
true
2
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/status`/runCommand().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/status`/runCommandWithDetector().", "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 `cmdsForExistingRemote` and `outputLines` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/checkout`/cmdsForExistingRemote().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/git`/outputLines().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/checkout`/cmdsForExistingRemote().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/git`/outputLines().
cmdsForExistingRemote
outputLines
true
3
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/checkout`/cmdsForExistingRemote().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/checkout`/localBranchExists().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/git`/Client#ShowRefs().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/git`/outputLines()." ]
cli/cli
In cli/cli, determine if `runCommand` and `Fprintln` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/issue/view`/runCommand().` - Symbol B: `scip-go gomod github.com/golang/go/src . fmt/Fprintln().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/issue/view`/runCommand().
scip-go gomod github.com/golang/go/src . fmt/Fprintln().
runCommand
Fprintln
true
4
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/issue/view`/runCommand().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/issue/view`/NewCmdView().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/issue/view`/viewRun().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/issue/view`/printRawIssuePreview().", "scip-go gomod github.com/golang/go/src . fmt/Fprintln()." ]
cli/cli
In cli/cli, determine if `App#Edit` and `Command#Context` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/codespace`/App#Edit().` - Symbol B: `scip-go gomod github.com/spf13/cobra v1.10.2 `github.com/spf13/cobra`/Command#Context().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/codespace`/App#Edit().
scip-go gomod github.com/spf13/cobra v1.10.2 `github.com/spf13/cobra`/Command#Context().
App#Edit
Command#Context
false
null
null
cli/cli
In cli/cli, determine if `TestNewCmdGet` and `Doc` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/variable/get`/TestNewCmdGet().` - Symbol B: `scip-go gomod github.com/MakeNowJust/heredoc v1.0.0 `github.com/MakeNowJust/heredoc`/Doc().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/variable/get`/TestNewCmdGet().
scip-go gomod github.com/MakeNowJust/heredoc v1.0.0 `github.com/MakeNowJust/heredoc`/Doc().
TestNewCmdGet
Doc
true
2
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/variable/get`/TestNewCmdGet().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/variable/get`/NewCmdGet().", "scip-go gomod github.com/MakeNowJust/heredoc v1.0.0 `github.com/MakeNowJust/heredoc`/Doc()." ]
cli/cli
In cli/cli, determine if `NewCmdView` and `Command#ExecuteC` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the 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`/NewCmdView().` - Symbol B: `scip-go gomod github.com/spf13/cobra v1.10.2 `github.com/spf13/cobra`/Command#ExecuteC().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_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`/NewCmdView().
scip-go gomod github.com/spf13/cobra v1.10.2 `github.com/spf13/cobra`/Command#ExecuteC().
NewCmdView
Command#ExecuteC
false
null
null
cli/cli
In cli/cli, determine if `createRun` and `IssueMetadataState#IsDirty` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the 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/pkg/cmd/pr/shared`/IssueMetadataState#IsDirty().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_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/pkg/cmd/pr/shared`/IssueMetadataState#IsDirty().
createRun
IssueMetadataState#IsDirty
true
2
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/create`/createRun().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/shared`/PreserveInput().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/shared`/IssueMetadataState#IsDirty()." ]
cli/cli
In cli/cli, determine if `TestMergeRun_autoMerge_directMerge` 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/pkg/cmd/pr/merge`/TestMergeRun_autoMerge_directMerge().` - 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/pkg/cmd/pr/merge`/TestMergeRun_autoMerge_directMerge().
scip-go gomod github.com/golang/go/src . errors/As().
TestMergeRun_autoMerge_directMerge
As
true
5
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/merge`/TestMergeRun_autoMerge_directMerge().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/merge`/mergeRun().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/merge`/mergeContext#deleteLocalBranch().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/git`/Client#CheckoutNewBranch().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/git`/Command#Output().", "scip-go gomod github.com/golang/go/src . errors/As()." ]
cli/cli
In cli/cli, determine if `updateRemote` 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/repo/rename`/updateRemote().` - 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/repo/rename`/updateRemote().
scip-go gomod github.com/golang/go/src . strings/Contains().
updateRemote
Contains
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/gist/list`/NewCmdList().` - 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/gist/list`/NewCmdList().
scip-go gomod github.com/stretchr/testify v1.11.1 `github.com/stretchr/testify/assert`/NoError().
NewCmdList
NoError
false
null
null
cli/cli
In cli/cli, determine if `NewBlankConfig` and `None` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the 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`/NewBlankConfig().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/option`/None().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_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`/NewBlankConfig().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/option`/None().
NewBlankConfig
None
true
5
[ "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#ColorLabels().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/config`/cfg#GetOrDefault().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/config`/defaultFor().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/option`/None()." ]
cli/cli
In cli/cli, determine if `ComparePullRequestBaseBranchWith` 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/api`/ComparePullRequestBaseBranchWith().` - 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/api`/ComparePullRequestBaseBranchWith().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/IOStreams#ColorScheme().
ComparePullRequestBaseBranchWith
IOStreams#ColorScheme
false
null
null
cli/cli
In cli/cli, determine if `ResolveRemotesToRepos` 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/context`/ResolveRemotesToRepos().` - 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/context`/ResolveRemotesToRepos().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/NewClientFromHTTP().
ResolveRemotesToRepos
NewClientFromHTTP
false
null
null
cli/cli
In cli/cli, determine if `diffRun` and `mockFinder#ExpectFields` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the 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`/diffRun().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/shared`/mockFinder#ExpectFields().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_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`/diffRun().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/shared`/mockFinder#ExpectFields().
diffRun
mockFinder#ExpectFields
false
null
null
cli/cli
In cli/cli, determine if `listHeader` 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/pkg/cmd/label`/listHeader().` - 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/pkg/cmd/label`/listHeader().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/IOStreams#StopProgressIndicator().
listHeader
IOStreams#StopProgressIndicator
false
null
null
cli/cli
In cli/cli, determine if `RemoveExcessiveWhitespace` and `runCommand` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/text`/RemoveExcessiveWhitespace().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/list`/runCommand().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/text`/RemoveExcessiveWhitespace().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/list`/runCommand().
RemoveExcessiveWhitespace
runCommand
true
3
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/list`/runCommand().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/list`/NewCmdList().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/list`/listRun().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/text`/RemoveExcessiveWhitespace()." ]
cli/cli
In cli/cli, determine if `Test_NewCmdView` 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`/Test_NewCmdView().` - 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`/Test_NewCmdView().
scip-go gomod github.com/golang/go/src . fmt/Errorf().
Test_NewCmdView
Errorf
true
5
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/codespace`/Test_NewCmdView().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/codespace`/newViewCmd().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/codespace`/App#ViewCodespace().", "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#chooseCodespace().", "scip-go gomod github.com/golang/go/src . fmt/Errorf()." ]
cli/cli
In cli/cli, determine if `InitEditorMode` and `createRun` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/shared`/InitEditorMode().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/issue/create`/createRun().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/shared`/InitEditorMode().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/issue/create`/createRun().
InitEditorMode
createRun
false
null
null
cli/cli
In cli/cli, determine if `isWindowsTarget` and `normalizeTask` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/script`/isWindowsTarget().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/script`/normalizeTask().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/script`/isWindowsTarget().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/script`/normalizeTask().
isWindowsTarget
normalizeTask
false
null
null
cli/cli
In cli/cli, determine if `SessionSymbol` and `NewCmdAgentTask` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/agent-task/shared`/SessionSymbol().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/agent-task`/NewCmdAgentTask().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/agent-task/shared`/SessionSymbol().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/agent-task`/NewCmdAgentTask().
SessionSymbol
NewCmdAgentTask
true
3
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/agent-task`/NewCmdAgentTask().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/agent-task/view`/NewCmdView().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/agent-task/view`/viewRun().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/agent-task/shared`/SessionSymbol()." ]
cli/cli
In cli/cli, determine if `safeClose` and `CreateInvoker` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the 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`/safeClose().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/codespaces/rpc`/CreateInvoker().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_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`/safeClose().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/codespaces/rpc`/CreateInvoker().
safeClose
CreateInvoker
false
null
null
cli/cli
In cli/cli, determine if `TestExpandShellAlias` 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/root`/TestExpandShellAlias().` - 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/root`/TestExpandShellAlias().
scip-go gomod github.com/stretchr/testify v1.11.1 `github.com/stretchr/testify/assert`/Equal().
TestExpandShellAlias
Equal
true
1
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/root`/TestExpandShellAlias().", "scip-go gomod github.com/stretchr/testify v1.11.1 `github.com/stretchr/testify/assert`/Equal()." ]
cli/cli
In cli/cli, determine if `EntityName` and `Sprintf` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/ruleset/shared`/EntityName().` - Symbol B: `scip-go gomod github.com/golang/go/src . fmt/Sprintf().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/ruleset/shared`/EntityName().
scip-go gomod github.com/golang/go/src . fmt/Sprintf().
EntityName
Sprintf
true
2
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/ruleset/shared`/EntityName().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/ghrepo`/FullName().", "scip-go gomod github.com/golang/go/src . fmt/Sprintf()." ]
cli/cli
In cli/cli, determine if `getEnvPubKey` and `handleResponse` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the 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`/getEnvPubKey().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/handleResponse().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_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`/getEnvPubKey().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/handleResponse().
getEnvPubKey
handleResponse
true
3
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/secret/set`/getEnvPubKey().", "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/api`/Client#REST().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/handleResponse()." ]
cli/cli
In cli/cli, determine if `Test_Executable_override` and `ContainsRune` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the 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`/Test_Executable_override().` - Symbol B: `scip-go gomod github.com/golang/go/src . strings/ContainsRune().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_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`/Test_Executable_override().
scip-go gomod github.com/golang/go/src . strings/ContainsRune().
Test_Executable_override
ContainsRune
true
2
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmdutil`/Test_Executable_override().", "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 . strings/ContainsRune()." ]
cli/cli
In cli/cli, determine if `API#GetCodespaceRepoSuggestions` and `Values#Add` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/codespaces/api`/API#GetCodespaceRepoSuggestions().` - Symbol B: `scip-go gomod github.com/golang/go/src . `net/url`/Values#Add().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/codespaces/api`/API#GetCodespaceRepoSuggestions().
scip-go gomod github.com/golang/go/src . `net/url`/Values#Add().
API#GetCodespaceRepoSuggestions
Values#Add
true
1
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/codespaces/api`/API#GetCodespaceRepoSuggestions().", "scip-go gomod github.com/golang/go/src . `net/url`/Values#Add()." ]
cli/cli
In cli/cli, determine if `sourceInit` and `Repository#RepoHost` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/repo/create`/sourceInit().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/Repository#RepoHost().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/repo/create`/sourceInit().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/Repository#RepoHost().
sourceInit
Repository#RepoHost
false
null
null
cli/cli
In cli/cli, determine if `listHeader` and `Fprintf` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/label`/listHeader().` - Symbol B: `scip-go gomod github.com/golang/go/src . fmt/Fprintf().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/label`/listHeader().
scip-go gomod github.com/golang/go/src . fmt/Fprintf().
listHeader
Fprintf
false
null
null
cli/cli
In cli/cli, determine if `TestPRRevert_APIFailure` and `Command#ExecuteC` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the 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/spf13/cobra v1.10.2 `github.com/spf13/cobra`/Command#ExecuteC().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_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/spf13/cobra v1.10.2 `github.com/spf13/cobra`/Command#ExecuteC().
TestPRRevert_APIFailure
Command#ExecuteC
true
2
[ "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/spf13/cobra v1.10.2 `github.com/spf13/cobra`/Command#ExecuteC()." ]
cli/cli
In cli/cli, determine if `EntityName` 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/pkg/cmd/ruleset/shared`/EntityName().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/ghcmd`/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/pkg/cmd/ruleset/shared`/EntityName().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/ghcmd`/Main().
EntityName
Main
true
5
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/ghcmd`/Main().", "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/ruleset`/NewCmdRuleset().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/ruleset/list`/NewCmdList().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/ruleset/list`/listRun().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/ruleset/shared`/EntityName()." ]
cli/cli
In cli/cli, determine if `getGPGKeys` and `ColorScheme#SuccessIcon` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the 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/gpg-key/delete`/getGPGKeys().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/ColorScheme#SuccessIcon().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_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/gpg-key/delete`/getGPGKeys().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/ColorScheme#SuccessIcon().
getGPGKeys
ColorScheme#SuccessIcon
false
null
null
cli/cli
In cli/cli, determine if `parseFile` 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/browse`/parseFile().` - 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/browse`/parseFile().
scip-go gomod github.com/golang/go/src . fmt/Errorf().
parseFile
Errorf
true
1
[ "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/golang/go/src . fmt/Errorf()." ]
cli/cli
In cli/cli, determine if `TestNewCmdEdit` 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/project/edit`/TestNewCmdEdit().` - 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/project/edit`/TestNewCmdEdit().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/Test().
TestNewCmdEdit
Test
true
1
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/project/edit`/TestNewCmdEdit().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/Test()." ]
cli/cli
In cli/cli, determine if `searcher#search` and `nextPage` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the 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`/searcher#search().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/search`/nextPage().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_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`/searcher#search().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/search`/nextPage().
searcher#search
nextPage
false
null
null
cli/cli
In cli/cli, determine if `fetchJobWithBackoff` and `WithMaxElapsedTime` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/agent-task/create`/fetchJobWithBackoff().` - Symbol B: `scip-go gomod github.com/cenkalti/backoff/v4 v4.3.0 `github.com/cenkalti/backoff/v4`/WithMaxElapsedTime().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/agent-task/create`/fetchJobWithBackoff().
scip-go gomod github.com/cenkalti/backoff/v4 v4.3.0 `github.com/cenkalti/backoff/v4`/WithMaxElapsedTime().
fetchJobWithBackoff
WithMaxElapsedTime
false
null
null
cli/cli
In cli/cli, determine if `expectScopes` and `Test_NewCmdStatus` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/auth/status`/expectScopes().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/auth/status`/Test_NewCmdStatus().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/auth/status`/expectScopes().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/auth/status`/Test_NewCmdStatus().
expectScopes
Test_NewCmdStatus
true
4
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/auth/status`/Test_NewCmdStatus().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/auth/status`/NewCmdStatus().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/auth/status`/statusRun().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/auth/status`/authEntry#String().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/auth/status`/expectScopes()." ]
cli/cli
In cli/cli, determine if `printLogs` and `SessionSymbol` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/agent-task/view`/printLogs().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/agent-task/shared`/SessionSymbol().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/agent-task/view`/printLogs().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/agent-task/shared`/SessionSymbol().
printLogs
SessionSymbol
false
null
null
cli/cli
In cli/cli, determine if `linkHandler` and `FlagSet#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/cmd/gen-docs`/linkHandler().` - Symbol B: `scip-go gomod github.com/spf13/pflag v1.0.10 `github.com/spf13/pflag`/FlagSet#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/cmd/gen-docs`/linkHandler().
scip-go gomod github.com/spf13/pflag v1.0.10 `github.com/spf13/pflag`/FlagSet#Parse().
linkHandler
FlagSet#Parse
false
null
null
cli/cli
In cli/cli, determine if `postVariable` and `RESTClient#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/variable/set`/postVariable().` - Symbol B: `scip-go gomod github.com/cli/go-gh/v2 v2.13.0 `github.com/cli/go-gh/v2/pkg/api`/RESTClient#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/variable/set`/postVariable().
scip-go gomod github.com/cli/go-gh/v2 v2.13.0 `github.com/cli/go-gh/v2/pkg/api`/RESTClient#Do().
postVariable
RESTClient#Do
true
2
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/variable/set`/postVariable().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/Client#REST().", "scip-go gomod github.com/cli/go-gh/v2 v2.13.0 `github.com/cli/go-gh/v2/pkg/api`/RESTClient#Do()." ]
cli/cli
In cli/cli, determine if `mockCommentCreate` and `IOStreams#SetStdoutTTY` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/comment`/mockCommentCreate().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/IOStreams#SetStdoutTTY().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/comment`/mockCommentCreate().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/iostreams`/IOStreams#SetStdoutTTY().
mockCommentCreate
IOStreams#SetStdoutTTY
false
null
null
cli/cli
In cli/cli, determine if `MeReplacer#Replace` and `NewMeReplacer` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/shared`/MeReplacer#Replace().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/shared`/NewMeReplacer().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/shared`/MeReplacer#Replace().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/shared`/NewMeReplacer().
MeReplacer#Replace
NewMeReplacer
false
null
null
cli/cli
In cli/cli, determine if `NewCmdRepo` and `NewCmdOrg` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the 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`/NewCmdRepo().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/org`/NewCmdOrg().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_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`/NewCmdRepo().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/org`/NewCmdOrg().
NewCmdRepo
NewCmdOrg
false
null
null
cli/cli
In cli/cli, determine if `CreateLinkedBranch` and `NewCmdRoot` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the 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`/CreateLinkedBranch().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/root`/NewCmdRoot().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_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`/CreateLinkedBranch().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/root`/NewCmdRoot().
CreateLinkedBranch
NewCmdRoot
true
5
[ "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/issue`/NewCmdIssue().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/issue/develop`/NewCmdDevelop().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/issue/develop`/developRun().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/issue/develop`/developRunCreate().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/api`/CreateLinkedBranch()." ]
cli/cli
In cli/cli, determine if `listRun` and `TestNewCmdConfigList` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/config/list`/listRun().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/config/list`/TestNewCmdConfigList().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/config/list`/listRun().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/config/list`/TestNewCmdConfigList().
listRun
TestNewCmdConfigList
true
2
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/config/list`/TestNewCmdConfigList().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/config/list`/NewCmdConfigList().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/config/list`/listRun()." ]
cli/cli
In cli/cli, determine if `Test_setRun_repo` and `None` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the 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_repo().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/option`/None().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_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_repo().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/option`/None().
Test_setRun_repo
None
true
5
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/secret/set`/Test_setRun_repo().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/config`/NewBlankConfig().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/config`/NewFromString().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/config`/cfg#AccessibleColors().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/config`/cfg#GetOrDefault().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/option`/None()." ]
cli/cli
In cli/cli, determine if `renderPullRequestTTY` and `renderPullRequestPlain` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the 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`/renderPullRequestTTY().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/create`/renderPullRequestPlain().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_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`/renderPullRequestTTY().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/create`/renderPullRequestPlain().
renderPullRequestTTY
renderPullRequestPlain
false
null
null
cli/cli
In cli/cli, determine if `TestMigrationErrorWritesNoFiles` 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/internal/config`/TestMigrationErrorWritesNoFiles().` - 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/internal/config`/TestMigrationErrorWritesNoFiles().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/config`/cfg#get().
TestMigrationErrorWritesNoFiles
cfg#get
true
3
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/config`/TestMigrationErrorWritesNoFiles().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/config`/cfg#Migrate().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/config`/cfg#Version().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/internal/config`/cfg#get()." ]
cli/cli
In cli/cli, determine if `TestManager_Install_binary_pinned` and `RemoveAll` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the 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_Install_binary_pinned().` - Symbol B: `scip-go gomod github.com/golang/go/src . os/RemoveAll().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_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_Install_binary_pinned().
scip-go gomod github.com/golang/go/src . os/RemoveAll().
TestManager_Install_binary_pinned
RemoveAll
true
4
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/extension`/TestManager_Install_binary_pinned().", "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#installBin().", "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 . os/RemoveAll()." ]
cli/cli
In cli/cli, determine if `branchFunc` and `resolveGitPath` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/factory`/branchFunc().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/git`/resolveGitPath().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/factory`/branchFunc().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/git`/resolveGitPath().
branchFunc
resolveGitPath
true
3
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/factory`/branchFunc().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/git`/Client#CurrentBranch().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/git`/Client#Command().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/git`/resolveGitPath()." ]
cli/cli
In cli/cli, determine if `NewCmdSetDefault` and `NewCmdRename` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the 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`/NewCmdSetDefault().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/repo/rename`/NewCmdRename().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_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`/NewCmdSetDefault().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/repo/rename`/NewCmdRename().
NewCmdSetDefault
NewCmdRename
false
null
null
cli/cli
In cli/cli, determine if `Qualifiers#Map` and `searchPullRequests` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the 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`/Qualifiers#Map().` - Symbol B: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/list`/searchPullRequests().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_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`/Qualifiers#Map().
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/list`/searchPullRequests().
Qualifiers#Map
searchPullRequests
true
4
[ "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/list`/searchPullRequests().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/pr/shared`/SearchQueryBuild().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/search`/Query#AdvancedIssueSearchString().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/search`/formatQualifiers().", "scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/search`/Qualifiers#Map()." ]
cli/cli
In cli/cli, determine if `getBody` and `Buffer#WriteString` are linked. **Definition:** - LINKED: one calls something that eventually calls the other (path exists A→...→B or B→...→A) - NOT LINKED: they only share a common caller (siblings in the call tree) **Your task:** Use ripgrep (rg) commands to search the codebase and trace the call chain. **Qualified names for reference:** - Symbol A: `scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/variable/set`/getBody().` - Symbol B: `scip-go gomod github.com/golang/go/src . bytes/Buffer#WriteString().` When you have determined the answer, respond with either: - `ANSWER: LINKED` if one function can reach the other through calls - `ANSWER: NOT_LINKED` if they only share a common caller
scip-go gomod github.com/cli/cli/v2 v2.85.0 `github.com/cli/cli/v2/pkg/cmd/variable/set`/getBody().
scip-go gomod github.com/golang/go/src . bytes/Buffer#WriteString().
getBody
Buffer#WriteString
false
null
null
cli/cli