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

Function make_id_key

src/graph_buffer/graph_buffer.c:143–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143static void make_id_key(char *buf, size_t bufsz, int64_t id) {
144 snprintf(buf, bufsz, "%lld", (long long)id);
145}
146
147/* FNV-1a 64-bit over a byte slice — for re-keying oversized local_names. */
148static uint64_t fnv1a64(const char *s, size_t len) {

Callers 5

cascade_delete_edgesFunction · 0.85
cbm_gbuf_delete_by_labelFunction · 0.85
cbm_gbuf_delete_by_fileFunction · 0.85
merge_update_existingFunction · 0.85
merge_remap_edgesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected