Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/php/frankenphp
/ ParseNamespace
Method
ParseNamespace
internal/extgen/parser.go:24–27 ·
view source on GitHub ↗
EXPERIMENTAL
(filename string)
Source
from the content-addressed store, hash-verified
22
23
// EXPERIMENTAL
24
func
(p *SourceParser) ParseNamespace(filename string) (string, error) {
25
namespaceParser := NamespaceParser{}
26
return
namespaceParser.parse(filename)
27
}
Callers
2
parseSource
Method · 0.95
TestGeneratorWithNamespace
Function · 0.95
Calls
1
parse
Method · 0.95
Tested by
1
TestGeneratorWithNamespace
Function · 0.76