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

Method GetFreeFloating

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected