MCPcopy 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
69func (l *Locker) filename(name string) string {
70 return filepath.Join(l.dir, name+l.suffix)
71}

Callers 3

LockMethod · 0.95
UnlockMethod · 0.95
isLockedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected