Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/commitdev/zero
/ defaultProjConfig
Function
defaultProjConfig
internal/init/init.go:198–204 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
196
}
197
198
func
defaultProjConfig() projectconfig.ZeroProjectConfig {
199
return
projectconfig.ZeroProjectConfig{
200
Name:
""
,
201
Parameters:
map
[string]string{},
202
Modules: projectconfig.Modules{},
203
}
204
}
Callers
1
Init
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected