MCPcopy Create free account
hub / github.com/brimdata/super / local

Struct local

db/api/local.go:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23)
24
25type local struct {
26 db *db.Root
27 compiler runtime.Compiler
28}
29
30var _ Interface = (*local)(nil)
31

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected