Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cli/cli
/ durationPtr
Function
durationPtr
pkg/cmd/codespace/create_test.go:869–871 ·
view source on GitHub ↗
(d time.Duration)
Source
from the content-addressed store, hash-verified
867
}
868
869
func
durationPtr(d time.Duration) *time.Duration {
870
return
&d
871
}
Callers
1
TestApp_Create
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected