MCPcopy Create free account
hub / github.com/JordanCoin/codemap / formatImporterReason

Function formatImporterReason

cmd/intent.go:240–242  ·  view source on GitHub ↗
(file string, count int)

Source from the content-addressed store, hash-verified

238}
239
240func formatImporterReason(file string, count int) string {
241 return fmt.Sprintf("%s is a hub file imported by %d files — changes have wide impact", file, count)
242}

Callers 2

TestFormatImporterReasonFunction · 0.85
analyzeRiskFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestFormatImporterReasonFunction · 0.68