MCPcopy Index your code
hub / github.com/docker/docker-agent / String

Method String

pkg/effort/effort.go:15–17  ·  view source on GitHub ↗

String returns the string representation of the Level.

()

Source from the content-addressed store, hash-verified

13
14// String returns the string representation of the Level.
15func (l Level) String() string {
16 return string(l)
17}
18
19const (
20 None Level = "none"

Callers 5

TestStringFunction · 0.45
ErrorMethod · 0.45
RedactedRequestLoggerFunction · 0.45

Calls

no outgoing calls