MCPcopy
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.
15type Node interface {
16 Location() file.Location
17 SetLocation(file.Location)
18 Nature() *nature.Nature
19 SetNature(nature.Nature)

Callers 9

emitMethod · 0.65
MemberNodeMethod · 0.65
errorMethod · 0.65
checkArgumentsMethod · 0.65
PatchFunction · 0.65
TestWithTimezone_nowFunction · 0.65
VisitMethod · 0.65
VisitMethod · 0.65

Calls

no outgoing calls

Tested by 1

TestWithTimezone_nowFunction · 0.52