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

Function requireBlastRadiusTools

blast_radius_fixes_test.go:58–66  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

56}
57
58func requireBlastRadiusTools(t *testing.T) {
59 t.Helper()
60 if _, err := exec.LookPath("git"); err != nil {
61 t.Skip("git not available")
62 }
63 if !scanner.NewAstGrepAnalyzer().Available() {
64 t.Skip("ast-grep not available")
65 }
66}
67
68// Finding #1: analysis must cover the full changed set, not just the capped
69// subset that gets displayed.

Calls 2

NewAstGrepAnalyzerFunction · 0.92
AvailableMethod · 0.80

Tested by

no test coverage detected