AST-based semantic code search - understands code structure and relationships across 37 languages.
sqry is a local semantic code search tool. It parses source code into AST-backed symbol and relationship graphs so you can ask code questions that text search cannot answer reliably. Structural queries over symbol kind, language, visibility, names, return types, references, and relations. Graph analysis for callers, callees, imports, exports, call paths, cycles, unused symbols, duplicates,…
Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts — it cannot prove the absence of malicious code.
sqry is a local semantic code search tool. It parses source code into AST-backed symbol and relationship graphs so you can ask code questions that text search cannot answer reliably. Structural queries over symbol kind, language, visibility, names, return types, references, and relations. Graph analysis for callers, callees, imports, exports, call paths, cycles, unused symbols, duplicates, impact, semantic diff, and focused subgraphs. Edge-backed and resolution-aware predicates for supported…