Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/expr-lang/expr
/ Location
Method
Location
ast/node.go:16–16 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
14
// Node represents items of abstract syntax tree.
15
type
Node
interface
{
16
Location() file.Location
17
SetLocation(file.Location)
18
Nature() *nature.Nature
19
SetNature(nature.Nature)
Callers
9
emit
Method · 0.65
MemberNode
Method · 0.65
error
Method · 0.65
checkArguments
Method · 0.65
parseSequenceExpression
Method · 0.65
Patch
Function · 0.65
TestWithTimezone_now
Function · 0.65
Visit
Method · 0.65
Visit
Method · 0.65
Calls
no outgoing calls
Tested by
1
TestWithTimezone_now
Function · 0.52