MCPcopy 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

5import "os"
6
7func lockFileExclusive(_ *os.File) error {
8 return nil
9}
10
11func unlockFile(_ *os.File) error {
12 return nil

Callers 1

LockMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected