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

Method GetFreeFloating

node/expr/n_function_call.go:37–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35}
36
37func (n *FunctionCall) GetFreeFloating() *freefloating.Collection {
38 return &n.FreeFloating
39}
40
41// Attributes returns node attributes as map
42func (n *FunctionCall) Attributes() map[string]interface{} {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected