MCPcopy
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
299func intPtr(i int) *int {
300 return &i
301}

Calls

no outgoing calls

Tested by

no test coverage detected