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

Class sqlite3_pcache_methods

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

Source from the content-addressed store, hash-verified

9523** retained in the header file for backwards compatibility only.
9524*/
9525typedef struct sqlite3_pcache_methods sqlite3_pcache_methods;
9526struct sqlite3_pcache_methods {
9527 void *pArg;
9528 int (*xInit)(void*);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected