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

Function cbm_discover

src/discover/discover.c:1100–1103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1098}
1099
1100int cbm_discover(const char *repo_path, const cbm_discover_opts_t *opts, cbm_file_info_t **out,
1101 int *count) {
1102 return cbm_discover_ex(repo_path, opts, out, count, NULL, NULL);
1103}
1104
1105int cbm_discover_ex(const char *repo_path, const cbm_discover_opts_t *opts, cbm_file_info_t **out,
1106 int *count, char ***excluded_out, int *excluded_count_out) {

Callers 11

test_mem.cFile · 0.85
ensure_parity_setupFunction · 0.85
test_parallel.cFile · 0.85
test_discover.cFile · 0.85
shebang_probeFunction · 0.85
test_vmem.cFile · 0.85
check_dir_skippedFunction · 0.85
repro_issue510.cFile · 0.85
repro_issue403.cFile · 0.85

Calls 1

cbm_discover_exFunction · 0.85

Tested by 2

ensure_parity_setupFunction · 0.68
shebang_probeFunction · 0.68