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

File test_ac.c

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

Source from the content-addressed store, hash-verified

1/*
2 * test_ac.c — Tests for the Aho-Corasick multi-pattern matcher.
3 *
4 * Exercises cbm_ac_build(), cbm_ac_scan_bitmask(), cbm_ac_scan_batch()

Callers

nothing calls this directly

Calls 11

cbm_ac_buildFunction · 0.85
cbm_ac_num_patternsFunction · 0.85
cbm_ac_num_statesFunction · 0.85
cbm_ac_freeFunction · 0.85
cbm_ac_scan_bitmaskFunction · 0.85
cbm_ac_table_bytesFunction · 0.85
cbm_ac_scan_batchFunction · 0.85
cbm_lz4_boundFunction · 0.85
cbm_lz4_compress_hcFunction · 0.85
cbm_ac_scan_lz4_bitmaskFunction · 0.85
cbm_ac_scan_lz4_batchFunction · 0.85

Tested by

no test coverage detected