MCPcopy Create free account
hub / github.com/docker/docker-agent / unlockFile

Function unlockFile

pkg/cache/lock_js.go:15–17  ·  view source on GitHub ↗

unlockFile mirrors lockExclusive: there is nothing to release.

(_ *os.File)

Source from the content-addressed store, hash-verified

13
14// unlockFile mirrors lockExclusive: there is nothing to release.
15func unlockFile(_ *os.File) error {
16 return nil
17}

Callers 1

lockFileFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected