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

Method GetState

src/objects/database.hpp:56–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 };
55
56 inline State* GetState() { return reinterpret_cast<State*>(&open); }
57 inline sqlite3* GetHandle() { return db_handle; }
58 inline Addon* GetAddon() { return addon; }
59

Callers 6

NODE_METHODFunction · 0.80
NODE_METHODFunction · 0.80
NODE_METHODFunction · 0.80
xConnectMethod · 0.80
PropagateJSErrorMethod · 0.80
PropagateJSErrorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected