MCPcopy
hub / github.com/google/go-jsonnet / Context

Method Context

ast/ast.go:34–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32// Node represents a node in the AST.
33type Node interface {
34 Context() Context
35 Loc() *LocationRange
36 FreeVariables() Identifiers
37 SetFreeVariables(Identifiers)

Callers 2

rawevaluateMethod · 0.65
cloneNodeBaseFunction · 0.65

Implementers 1

NodeBaseast/ast.go

Calls

no outgoing calls

Tested by

no test coverage detected