Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cli/cli
/ sp
Function
sp
pkg/cmd/repo/edit/edit_test.go:998–1000 ·
view source on GitHub ↗
(v string)
Source
from the content-addressed store, hash-verified
996
}
997
998
func
sp(v string) *string {
999
return
&v
1000
}
1001
1002
func
bp(b bool) *bool {
1003
return
&b
Callers
5
TestNewCmdEdit
Function · 0.85
Test_editRun
Function · 0.85
Test_transformSecurityAndAnalysisOpts
Function · 0.85
Test_transformSquashMergeOpts
Function · 0.85
Test_transformSquashMergeOpts_unknownInput
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected