MCPcopy
hub / github.com/expr-lang/expr / SetLocation

Method SetLocation

ast/node.go:17–17  ·  view source on GitHub ↗
(file.Location)

Source from the content-addressed store, hash-verified

15type Node interface {
16 Location() file.Location
17 SetLocation(file.Location)
18 Nature() *nature.Nature
19 SetNature(nature.Nature)
20 Type() reflect.Type

Callers 4

parseSecondaryMethod · 0.95
createNodeMethod · 0.65
createMemberNodeMethod · 0.65
PatchFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected