Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/CodisLabs/codis
/ Set
Method
Set
pkg/utils/log/log.go:103–105 ·
view source on GitHub ↗
(v LogLevel)
Source
from the content-addressed store, hash-verified
101
}
102
103
func
(l *LogLevel) Set(v LogLevel) {
104
atomic.StoreInt64((*int64)(l), int64(v))
105
}
106
107
func
(l *LogLevel) Test(m LogType) bool {
108
v := atomic.LoadInt64((*int64)(l))
Callers
15
SetMaxOffheapBytes
Function · 0.45
SetLevel
Method · 0.45
SetTraceLevel
Method · 0.45
apiRequestJson
Function · 0.45
TestBackend
Function · 0.45
newApiServer
Function · 0.45
init
Function · 0.45
ResetStats
Function · 0.45
CloseWithError
Method · 0.45
Close
Method · 0.45
loopWriter
Method · 0.45
Mkdir
Method · 0.45
Calls
no outgoing calls
Tested by
1
TestBackend
Function · 0.36