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

Function cbm_daemon_application_index

src/daemon/application.c:3444–3447  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3442}
3443
3444int cbm_daemon_application_index(cbm_daemon_application_t *application, const char *project_name,
3445 const char *root_path) {
3446 return application_background_index(application, project_name, root_path, false);
3447}
3448
3449int cbm_daemon_application_watcher_index(const char *project_name, const char *root_path,
3450 void *context) {

Callers 3

host_ui_indexFunction · 0.85
app_index_threadFunction · 0.85

Calls 1

Tested by 1

app_index_threadFunction · 0.68