MCPcopy
hub / github.com/smallstep/cli / FileLock

Function FileLock

utils/sysutils/sysutils.go:9–11  ·  view source on GitHub ↗
(fd int)

Source from the content-addressed store, hash-verified

7}
8
9func FileLock(fd int) error {
10 return fileLock(fd)
11}
12
13func FileUnlock(fd int) error {
14 return fileUnlock(fd)

Callers 1

rwLockKeySetFunction · 0.92

Calls 1

fileLockFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…