Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/z7zmey/php-parser
/ GetRootNode
Method
GetRootNode
parser/parser.go:14–14 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
12
type
Parser
interface
{
13
Parse() int
14
GetRootNode() node.Node
15
GetErrors() []*errors.Error
16
WithFreeFloating()
17
}
Callers
1
printerWorker
Function · 0.65
Implementers
2
Parser
php7/parser.go
Parser
php5/parser.go
Calls
no outgoing calls
Tested by
no test coverage detected