Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/FunctionStream/function-stream
/ DebugEnabled
Method
DebugEnabled
common/log.go:46–48 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
44
}
45
46
func
(l *Logger) DebugEnabled() bool {
47
return
l.GetV() >= DebugLevel
48
}
49
50
func
(l *Logger) Debug(msg string, keysAndValues ...
interface
{}) {
51
if
l.DebugEnabled() {
Callers
4
Debug
Method · 0.95
Run
Method · 0.80
GetHandleFunc
Method · 0.80
NewFunctionRuntime
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected