Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/urfave/cli
/ Get
Method
Get
flag_duration.go:36–36 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
34
}
35
36
func
(d *durationValue) Get() any {
return
time.Duration(*d) }
37
38
func
(d *durationValue) String() string {
39
return
fmt.Sprintf(
"%v"
, time.Duration(*d))
Callers
nothing calls this directly
Calls
1
Duration
Method · 0.80
Tested by
no test coverage detected