MCPcopy Create free account
hub / github.com/z7zmey/php-parser / SetPosition

Method SetPosition

node/expr/n_function_call.go:28–30  ·  view source on GitHub ↗

SetPosition sets node position

(p *position.Position)

Source from the content-addressed store, hash-verified

26
27// SetPosition sets node position
28func (n *FunctionCall) SetPosition(p *position.Position) {
29 n.Position = p
30}
31
32// GetPosition returns node positions
33func (n *FunctionCall) GetPosition() *position.Position {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected