Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_build
Function · 0.85
cbm_ac_num_patterns
Function · 0.85
cbm_ac_num_states
Function · 0.85
cbm_ac_free
Function · 0.85
cbm_ac_scan_bitmask
Function · 0.85
cbm_ac_table_bytes
Function · 0.85
cbm_ac_scan_batch
Function · 0.85
cbm_lz4_bound
Function · 0.85
cbm_lz4_compress_hc
Function · 0.85
cbm_ac_scan_lz4_bitmask
Function · 0.85
cbm_ac_scan_lz4_batch
Function · 0.85
Tested by
no test coverage detected