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

Function FileUnlock

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

Source from the content-addressed store, hash-verified

11}
12
13func FileUnlock(fd int) error {
14 return fileUnlock(fd)
15}
16
17func Kill(pid int, signum syscall.Signal) error {
18 return kill(pid, signum)

Callers 1

rwLockKeySetFunction · 0.92

Calls 1

fileUnlockFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…