MCPcopy Create free account
hub / github.com/DeusData/codebase-memory-mcp / arch_path_scope_sql

Function arch_path_scope_sql

src/store/store.c:3126–3128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3124}
3125
3126static const char *arch_path_scope_sql(void) {
3127 return " AND (file_path = ? OR file_path LIKE ?)";
3128}
3129
3130static void arch_bind_path_scope(sqlite3_stmt *stmt, int exact_idx, int like_idx, const char *norm,
3131 const char *like_pat) {

Callers 9

arch_languagesFunction · 0.85
arch_entry_pointsFunction · 0.85
arch_routesFunction · 0.85
arch_boundariesFunction · 0.85
arch_packages_from_qnFunction · 0.85
collect_pkg_namesFunction · 0.85
arch_file_treeFunction · 0.85
arch_clustersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected