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

Method GetFreeFloating

node/scalar/node_string.go:34–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected