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

Function NewLocalEngine

pkg/storage/engine.go:47–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45}
46
47func NewLocalEngine() *Router {
48 router := NewRemoteEngine()
49 router.Enable(FileScheme)
50 router.Enable(StdioScheme)
51 return router
52}
53
54func Put(ctx context.Context, engine Engine, u *URI, r io.Reader) error {
55 w, err := engine.Put(ctx, u)

Callers 15

runFunction · 0.92
NewCoreFunction · 0.92
RunMethod · 0.92
RunMethod · 0.92
RunMethod · 0.92
RunMethod · 0.92
RunMethod · 0.92
RunMethod · 0.92
RunMethod · 0.92
RunMethod · 0.92
writeValueMethod · 0.92
RunMethod · 0.92

Calls 2

NewRemoteEngineFunction · 0.85
EnableMethod · 0.80

Tested by 2

newQueueFunction · 0.74