Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ FileSystem
Struct
FileSystem
pkg/storage/file.go:15–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
)
14
15
type
FileSystem
struct
{
16
perm os.FileMode
17
18
existsMu sync.RWMutex
19
exists
map
[string]
struct
{}
20
}
21
22
var
_ Engine = (*FileSystem)(nil)
23
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected