MCPcopy
hub / github.com/seaweedfs/seaweedfs / String

Method String

weed/util/fla9/fla9.go:239–239  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

237
238func (d *durationValue) Get() interface{} { return time.Duration(*d) }
239func (d *durationValue) String() string { return (*time.Duration)(d).String() }
240
241// Value is the interface to the dynamic value stored in a flag.
242// (The default value is represented as a string.)

Callers

nothing calls this directly

Calls 1

StringMethod · 0.65

Tested by

no test coverage detected