MCPcopy Create free account
hub / github.com/containerd/nerdctl / openFileShareDelete

Function openFileShareDelete

pkg/logging/logs_other.go:30–33  ·  view source on GitHub ↗
(path string)

Source from the content-addressed store, hash-verified

28)
29
30func openFileShareDelete(path string) (*os.File, error) {
31 // Noop. Only relevant for Windows.
32 return os.Open(path)
33}

Callers 2

ReadLogsFunction · 0.70
viewLogsJSONFileDirectFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…