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

Function cbm_discover

src/discover/discover.c:1096–1099  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1094}
1095
1096int cbm_discover(const char *repo_path, const cbm_discover_opts_t *opts, cbm_file_info_t **out,
1097 int *count) {
1098 return cbm_discover_ex(repo_path, opts, out, count, NULL, NULL);
1099}
1100
1101int cbm_discover_ex(const char *repo_path, const cbm_discover_opts_t *opts, cbm_file_info_t **out,
1102 int *count, char ***excluded_out, int *excluded_count_out) {

Callers 10

test_mem.cFile · 0.85
ensure_parity_setupFunction · 0.85
test_parallel.cFile · 0.85
test_discover.cFile · 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 1

ensure_parity_setupFunction · 0.68