Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.
15
func
(l Level) String() string {
16
return
string(l)
17
}
18
19
const
(
20
None Level =
"none"
Callers
5
TestString
Function · 0.45
Error
Method · 0.45
RedactedRequestLogger
Function · 0.45
TestRedactedRequestLogger_DropsQueryString
Function · 0.45
TestRedactedRequestLogger_PropagatesRequestContext
Function · 0.45
Calls
no outgoing calls
Tested by
3
TestString
Function · 0.36
TestRedactedRequestLogger_DropsQueryString
Function · 0.36
TestRedactedRequestLogger_PropagatesRequestContext
Function · 0.36