Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddev/ddev
/ HasPostCreateProjectCmdScript
Method
HasPostCreateProjectCmdScript
pkg/composer/composer.go:107–109 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
105
}
106
107
func
(m *Manifest) HasPostCreateProjectCmdScript() bool {
108
return
m.keyExists(
"scripts.post-create-project-cmd"
)
109
}
Callers
2
TestComposerCreateProjectCmd
Function · 0.95
composer-create-project.go
File · 0.80
Calls
1
keyExists
Method · 0.95
Tested by
1
TestComposerCreateProjectCmd
Function · 0.76