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

Method GetFreeFloating

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected