Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/urfave/cli
/ intPtr
Function
intPtr
command_stop_on_nth_arg_test.go:299–301 ·
view source on GitHub ↗
Helper function to create int pointer
(i int)
Source
from the content-addressed store, hash-verified
297
298
// Helper function to create int pointer
299
func
intPtr(i int) *int {
300
return
&i
301
}
Callers
3
TestCommand_StopOnNthArg
Function · 0.85
TestCommand_StopOnNthArg_WithSubcommands
Function · 0.85
TestCommand_StopOnNthArg_EdgeCases
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected