MCPcopy
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
36func (d *durationValue) Get() any { return time.Duration(*d) }
37
38func (d *durationValue) String() string {
39 return fmt.Sprintf("%v", time.Duration(*d))

Callers

nothing calls this directly

Calls 1

DurationMethod · 0.80

Tested by

no test coverage detected