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

Function scanForDepsWithHint

main.go:449–451  ·  view source on GitHub ↗

scanForDepsWithHint wraps scanner.ScanForDeps (extracted for testability).

(root string)

Source from the content-addressed store, hash-verified

447
448// scanForDepsWithHint wraps scanner.ScanForDeps (extracted for testability).
449func scanForDepsWithHint(root string) ([]FileAnalysis, error) {
450 return scanner.ScanForDeps(root)
451}
452
453// runDepsFromStdin reads a JSON manifest from stdin, writes files to a temp
454// directory, runs ast-grep on it, and returns the results with paths matching

Callers 2

buildBlastRadiusBundleFunction · 0.85
runDepsModeFunction · 0.85

Calls 1

ScanForDepsFunction · 0.92

Tested by

no test coverage detected