Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/docker/docker-agent
/ lockFileExclusive
Function
lockFileExclusive
pkg/memory/database/lock_js.go:7–9 ·
view source on GitHub ↗
(_ *os.File)
Source
from the content-addressed store, hash-verified
5
import
"os"
6
7
func
lockFileExclusive(_ *os.File) error {
8
return
nil
9
}
10
11
func
unlockFile(_ *os.File) error {
12
return
nil
Callers
1
Lock
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected