Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JordanCoin/codemap
/ isConfigEmpty
Function
isConfigEmpty
cmd/config.go:251–253 ·
view source on GitHub ↗
(cfg config.ProjectConfig)
Source
from the content-addressed store, hash-verified
249
}
250
251
func
isConfigEmpty(cfg config.ProjectConfig) bool {
252
return
cfg.IsZero()
253
}
Callers
1
TestIsConfigEmpty
Function · 0.85
Calls
1
IsZero
Method · 0.80
Tested by
1
TestIsConfigEmpty
Function · 0.68