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

Function app_index_thread

tests/test_daemon_application.c:1612–1617  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1610} app_index_thread_t;
1611
1612static void *app_index_thread(void *opaque) {
1613 app_index_thread_t *request = opaque;
1614 request->result =
1615 cbm_daemon_application_index(request->application, request->project, request->root);
1616 return NULL;
1617}
1618
1619typedef struct {
1620 bool had_cache;

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected