Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
9
func
FileLock(fd int) error {
10
return
fileLock(fd)
11
}
12
13
func
FileUnlock(fd int) error {
14
return
fileUnlock(fd)
Callers
1
rwLockKeySet
Function · 0.92
Calls
1
fileLock
Function · 0.70
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…