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

Method UseVAM

runtime/exec/environment.go:71–73  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

69}
70
71func (e *Environment) UseVAM() bool {
72 return e.Runtime == RuntimeVAM
73}
74
75func (e *Environment) IsAttached() bool {
76 return e.db != nil

Callers 3

BuildMethod · 0.80
optimizeSourcePathsMethod · 0.80
ParallelizeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected