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

Class sqlite3_file

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

Source from the content-addressed store, hash-verified

744** I/O operations on the open file.
745*/
746typedef struct sqlite3_file sqlite3_file;
747struct sqlite3_file {
748 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */
749};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected