Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ idxHashInit
Function
idxHashInit
lib-src/sqlite/shell.c:8548–8550 ·
view source on GitHub ↗
** Initialize an IdxHash hash table. */
Source
from the content-addressed store, hash-verified
8546
** Initialize an IdxHash hash table.
8547
*/
8548
static void idxHashInit(IdxHash *pHash){
8549
memset(pHash, 0, sizeof(IdxHash));
8550
}
8551
8552
/*
8553
** Reset an IdxHash hash table.
Callers
1
idxFindIndexes
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected