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

Class sqlite3_mutex_methods

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

Source from the content-addressed store, hash-verified

8523** prior to returning.
8524*/
8525typedef struct sqlite3_mutex_methods sqlite3_mutex_methods;
8526struct sqlite3_mutex_methods {
8527 int (*xMutexInit)(void);
8528 int (*xMutexEnd)(void);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected