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

Function win_endpoint_generation_snapshot

src/daemon/ipc.c:4536–4540  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4534}
4535
4536static win_generation_address_t *win_endpoint_generation_snapshot(
4537 const cbm_daemon_ipc_endpoint_t *endpoint) {
4538 return endpoint ? atomic_load_explicit(&endpoint->current_generation, memory_order_acquire)
4539 : NULL;
4540}
4541
4542static void win_endpoint_generation_invalidate(const cbm_daemon_ipc_endpoint_t *endpoint) {
4543 if (endpoint) {

Calls

no outgoing calls

Tested by

no test coverage detected