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

Method Attributes

node/expr/n_short_array.go:40–42  ·  view source on GitHub ↗

Attributes returns node attributes as map

()

Source from the content-addressed store, hash-verified

38
39// Attributes returns node attributes as map
40func (n *ShortArray) Attributes() map[string]interface{} {
41 return nil
42}
43
44// Walk traverses nodes
45// Walk is invoked recursively until v.EnterNode returns true

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected