Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/netdata/netdata
/ String
Method
String
src/go/pkg/confopt/duration.go:78–80 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
76
}
77
78
func
(d Duration) String() string {
79
return
d.Duration().String()
80
}
81
82
func
(d *Duration) UnmarshalYAML(unmarshal
func
(any) error) error {
83
var
s string
Callers
2
TestDuration_UnmarshalYAML
Function · 0.95
formatDuration
Function · 0.45
Calls
1
Duration
Method · 0.95
Tested by
1
TestDuration_UnmarshalYAML
Function · 0.76