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

Class CBMInternPool

src/foundation/str_intern.h:15–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13#include <stdint.h>
14
15typedef struct CBMInternPool CBMInternPool;
16
17/* Create a new intern pool. */
18CBMInternPool *cbm_intern_create(void);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected