MCPcopy Create free account
hub / github.com/WiseLibs/better-sqlite3 / sqlite3_pcache_methods2

Class sqlite3_pcache_methods2

deps/sqlite3/sqlite3.h:9502–9502  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9500** do their best.
9501*/
9502typedef struct sqlite3_pcache_methods2 sqlite3_pcache_methods2;
9503struct sqlite3_pcache_methods2 {
9504 int iVersion;
9505 void *pArg;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected