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

Function NewAstGrepAnalyzer

scanner/astgrep.go:592–595  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

590type AstGrepAnalyzer = AstGrepScanner
591
592func NewAstGrepAnalyzer() *AstGrepAnalyzer {
593 s, _ := NewAstGrepScanner()
594 return s
595}
596
597func (s *AstGrepScanner) AnalyzeFile(filePath string) (*FileAnalysis, error) {
598 results, err := s.ScanDirectory(filepath.Dir(filePath))

Calls 1

NewAstGrepScannerFunction · 0.85