Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/gofiber/fiber
/ toString
Method
toString
log/log.go:115–120 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
113
}
114
115
func
(lv Level) toString() string {
116
if
lv >= LevelTrace && lv <= LevelPanic {
117
return
strs[lv]
118
}
119
return
fmt.Sprintf(
"[?%d] "
, lv)
120
}
Callers
15
isEtagStale
Method · 0.80
Route
Method · 0.80
processFlashMessages
Method · 0.80
UserAgent
Method · 0.80
Referer
Method · 0.80
AcceptLanguage
Method · 0.80
AcceptEncoding
Method · 0.80
MediaType
Method · 0.80
Charset
Method · 0.80
Cookies
Method · 0.80
FormValue
Method · 0.80
Fresh
Method · 0.80
Calls
no outgoing calls
Tested by
15
Test_App_Use_UnescapedPath
Function · 0.64
Test_App_Use_CaseSensitive
Function · 0.64
Test_Route_Match_SameLength
Function · 0.64
Test_Route_Match_Star
Function · 0.64
Test_Route_Match_Root
Function · 0.64
Test_Route_Match_Parser
Function · 0.64
Test_Route_Match_Middleware
Function · 0.64
Test_Route_Match_UnescapedPath
Function · 0.64
Test_Route_Match_WithEscapeChar
Function · 0.64
Test_Route_Match_Middleware_HasPrefix
Function · 0.64
Test_Route_Match_Middleware_Root
Function · 0.64
Benchmark_Ctx_Append
Function · 0.64