MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / idxHashInit

Function idxHashInit

modules/dasSQLITE/sqlite/shell.c:10391–10393  ·  view source on GitHub ↗

** Initialize an IdxHash hash table. */

Source from the content-addressed store, hash-verified

10389** Initialize an IdxHash hash table.
10390*/
10391static void idxHashInit(IdxHash *pHash){
10392 memset(pHash, 0, sizeof(IdxHash));
10393}
10394
10395/*
10396** Reset an IdxHash hash table.

Callers 1

idxFindIndexesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected