Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
13
func
FileUnlock(fd int) error {
14
return
fileUnlock(fd)
15
}
16
17
func
Kill(pid int, signum syscall.Signal) error {
18
return
kill(pid, signum)
Callers
1
rwLockKeySet
Function · 0.92
Calls
1
fileUnlock
Function · 0.70
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…