Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
240
func
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
TestFormatImporterReason
Function · 0.85
analyzeRisk
Function · 0.85
Calls
no outgoing calls
Tested by
1
TestFormatImporterReason
Function · 0.68