MCPcopy
hub / github.com/darjun/go-daily-lib / String

Method String

flag/self-defined/main.go:13–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11type interval []time.Duration
12
13func (i *interval) String() string {
14 return fmt.Sprint(*i)
15}
16
17func (i *interval) Set(value string) error {
18 if len(*i) > 0 {

Callers 15

main.goFile · 0.45
main.goFile · 0.45
main.goFile · 0.45
main.goFile · 0.45
main.goFile · 0.45
main.goFile · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
UpdateMethod · 0.45
UpdateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected