Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
52
func
(g *Generator) setupBuildDirectory() error {
53
return
os.MkdirAll(g.BuildDir, 0755)
54
}
55
56
func
(g *Generator) parseSource() error {
57
parser := SourceParser{}
Callers
3
Generate
Method · 0.95
TestConstantsIntegration
Function · 0.95
TestConstantsIntegrationOctal
Function · 0.95
Calls
no outgoing calls
Tested by
2
TestConstantsIntegration
Function · 0.76
TestConstantsIntegrationOctal
Function · 0.76