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

Function DefaultContext

runtime/context.go:30–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28}
29
30func DefaultContext() *Context {
31 return NewContext(context.Background(), super.NewContext())
32}
33
34// Cancel cancels the context. Cancel must be called to ensure that operators
35// complete cleanup work (e.g., removing temporary files).

Callers 1

RunMethod · 0.92

Calls 2

NewContextFunction · 0.92
NewContextFunction · 0.70

Tested by

no test coverage detected