MCPcopy 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
24func (p *SourceParser) ParseNamespace(filename string) (string, error) {
25 namespaceParser := NamespaceParser{}
26 return namespaceParser.parse(filename)
27}

Callers 2

parseSourceMethod · 0.95

Calls 1

parseMethod · 0.95

Tested by 1