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

Class sqlite3_io_methods

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

Source from the content-addressed store, hash-verified

851** database corruption.
852*/
853typedef struct sqlite3_io_methods sqlite3_io_methods;
854struct sqlite3_io_methods {
855 int iVersion;
856 int (*xClose)(sqlite3_file*);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected