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

Function config_sync_descriptor

src/ui/config.c:308–314  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

306}
307
308static bool config_sync_descriptor(int descriptor) {
309 int result;
310 do {
311 result = fsync(descriptor);
312 } while (result != 0 && errno == EINTR);
313 return result == 0;
314}
315
316static bool config_sync_parent_directory(const char *path) {
317 char directory[CBM_SZ_1K];

Callers 2

config_write_atomicFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected