MCPcopy Index your code
hub / github.com/php/frankenphp / ParseFunctions

Method ParseFunctions

internal/extgen/parser.go:6–9  ·  view source on GitHub ↗

EXPERIMENTAL

(filename string)

Source from the content-addressed store, hash-verified

4
5// EXPERIMENTAL
6func (p *SourceParser) ParseFunctions(filename string) ([]phpFunction, error) {
7 functionParser := &FuncParser{}
8 return functionParser.parse(filename)
9}
10
11// EXPERIMENTAL
12func (p *SourceParser) ParseClasses(filename string) ([]phpClass, error) {

Callers 1

parseSourceMethod · 0.95

Calls 1

parseMethod · 0.95

Tested by

no test coverage detected