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

Function host_ui_index

src/daemon/host.c:302–308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

300}
301
302static int host_ui_index(void *opaque, const char *root_path, const char *project_name) {
303 host_state_t *host = opaque;
304 return host && host->application
305 ? cbm_daemon_application_index(host->application, project_name ? project_name : "",
306 root_path)
307 : -1;
308}
309
310static bool host_ui_mutation_begin(void *opaque, const char *project) {
311 host_state_t *host = opaque;

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected