MCPcopy 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
251func isConfigEmpty(cfg config.ProjectConfig) bool {
252 return cfg.IsZero()
253}

Callers 1

TestIsConfigEmptyFunction · 0.85

Calls 1

IsZeroMethod · 0.80

Tested by 1

TestIsConfigEmptyFunction · 0.68