MCPcopy Create free account
hub / github.com/GoEdgeLab/EdgeNode / Open

Function Open

internal/utils/fs/os.go:51–56  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

49}
50
51func Open(name string) (f *os.File, err error) {
52 ReaderLimiter.Ack()
53 f, err = os.Open(name)
54 ReaderLimiter.Release()
55 return
56}

Callers

nothing calls this directly

Calls 3

AckMethod · 0.45
OpenMethod · 0.45
ReleaseMethod · 0.45

Tested by

no test coverage detected