Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.
33
type
Node
interface
{
34
Context() Context
35
Loc() *LocationRange
36
FreeVariables() Identifiers
37
SetFreeVariables(Identifiers)
Callers
2
rawevaluate
Method · 0.65
cloneNodeBase
Function · 0.65
Implementers
1
NodeBase
ast/ast.go
Calls
no outgoing calls
Tested by
no test coverage detected