Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sirupsen/logrus
/ Unlock
Method
Unlock
logger.go:65–69 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
63
}
64
65
func
(mw *MutexWrap) Unlock() {
66
if
!mw.disabled {
67
mw.lock.Unlock()
68
}
69
}
70
71
func
(mw *MutexWrap) Disable() {
72
mw.disabled = true
Callers
13
TestLoggingRaceWithHooksOnEntry
Function · 0.80
AddHook
Method · 0.80
SetFormatter
Method · 0.80
SetOutput
Method · 0.80
SetReportCaller
Method · 0.80
ReplaceHooks
Method · 0.80
SetBufferPool
Method · 0.80
log
Method · 0.80
fireHooks
Method · 0.80
write
Method · 0.80
Write
Method · 0.80
Fire
Method · 0.80
Calls
no outgoing calls
Tested by
2
TestLoggingRaceWithHooksOnEntry
Function · 0.64
Write
Method · 0.64