Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
51
func
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
Ack
Method · 0.45
Open
Method · 0.45
Release
Method · 0.45
Tested by
no test coverage detected