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

Class CBMAutomaton

tests/test_ac.c:12–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10
11/* Declarations from ac.c (no public header yet — these are the C API) */
12typedef struct CBMAutomaton CBMAutomaton;
13
14CBMAutomaton *cbm_ac_build(const char **patterns, const int *lengths, int count,
15 const uint8_t *alpha_map, int alpha_size);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected