MCPcopy Create free account
hub / github.com/php/frankenphp / setupBuildDirectory

Method setupBuildDirectory

internal/extgen/generator.go:52–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50}
51
52func (g *Generator) setupBuildDirectory() error {
53 return os.MkdirAll(g.BuildDir, 0755)
54}
55
56func (g *Generator) parseSource() error {
57 parser := SourceParser{}

Callers 3

GenerateMethod · 0.95
TestConstantsIntegrationFunction · 0.95

Calls

no outgoing calls

Tested by 2

TestConstantsIntegrationFunction · 0.76