Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeusData/codebase-memory-mcp
/ cbm_thread_detach
Function
cbm_thread_detach
src/foundation/compat_thread.c:63–69 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
}
62
63
int cbm_thread_detach(cbm_thread_t *t) {
64
if (t->handle) {
65
CloseHandle(t->handle);
66
t->handle = NULL;
67
}
68
return 0;
69
}
70
71
#else /* POSIX */
72
Callers
2
run_cli
Function · 0.85
handle_index_start
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected