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

Class sqlite3_io_methods

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

Source from the content-addressed store, hash-verified

746typedef struct sqlite3_file sqlite3_file;
747struct sqlite3_file {
748 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */
749};
750
751/*

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected