Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/netdata/netdata
/ filename
Method
filename
src/go/plugin/framework/filelock/filelock.go:69–71 ·
view source on GitHub ↗
(name string)
Source
from the content-addressed store, hash-verified
67
}
68
69
func
(l *Locker) filename(name string) string {
70
return
filepath.Join(l.dir, name+l.suffix)
71
}
Callers
3
Lock
Method · 0.95
Unlock
Method · 0.95
isLocked
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected