Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MariaDB/server
/ in_blocks
Function
in_blocks
sql/sql_cache.cc:4681–4681 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4679
my_bool in_list(Query_cache_block * root, Query_cache_block * point,
4680
const char *name) { return 0;}
4681
my_bool in_blocks(Query_cache_block * point) { return 0; }
4682
4683
#else
4684
Callers
1
check_integrity
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected