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

Function renderDiffProject

blast_radius.go:1262–1266  ·  view source on GitHub ↗
(project scanner.Project)

Source from the content-addressed store, hash-verified

1260}
1261
1262func renderDiffProject(project scanner.Project) string {
1263 var buf bytes.Buffer
1264 render.Tree(&buf, project)
1265 return stripANSI(buf.String())
1266}
1267
1268func renderDepsProject(project scanner.DepsProject) string {
1269 var buf bytes.Buffer

Callers 1

buildBlastRadiusRenderedFunction · 0.85

Calls 3

TreeFunction · 0.92
stripANSIFunction · 0.70
StringMethod · 0.45

Tested by

no test coverage detected