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

Function firstNode

php5/parser.go:92–94  ·  view source on GitHub ↗
(nn []node.Node)

Source from the content-addressed store, hash-verified

90}
91
92func firstNode(nn []node.Node) node.Node {
93 return nn[0]
94}
95
96func isDollar(r rune) bool {
97 return r == '$'

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…