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

Method GetFreeFloating

node/expr/n_arrow_function.go:45–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43}
44
45func (n *ArrowFunction) GetFreeFloating() *freefloating.Collection {
46 return &n.FreeFloating
47}
48
49// Attributes returns node attributes as map
50func (n *ArrowFunction) Attributes() map[string]interface{} {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected