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

Function win_generation_nonce

src/daemon/ipc.c:4996–4998  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4994}
4995
4996static bool win_generation_nonce(uint8_t nonce[CBM_DAEMON_IPC_WINDOWS_NONCE_SIZE]) {
4997 return cbm_secure_random(nonce, CBM_DAEMON_IPC_WINDOWS_NONCE_SIZE);
4998}
4999
5000static int win_private_lock_probe(cbm_private_lock_directory_t *directory, const char *base_name) {
5001 cbm_private_file_lock_t *probe = NULL;

Callers 1

Calls 1

cbm_secure_randomFunction · 0.85

Tested by

no test coverage detected