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

Method Attributes

node/expr/n_function_call.go:42–44  ·  view source on GitHub ↗

Attributes returns node attributes as map

()

Source from the content-addressed store, hash-verified

40
41// Attributes returns node attributes as map
42func (n *FunctionCall) Attributes() map[string]interface{} {
43 return nil
44}
45
46// Walk traverses nodes
47// Walk is invoked recursively until v.EnterNode returns true

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected