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

Method GetHandle

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

Source from the content-addressed store, hash-verified

55
56 inline State* GetState() { return reinterpret_cast<State*>(&open); }
57 inline sqlite3* GetHandle() { return db_handle; }
58 inline Addon* GetAddon() { return addon; }
59
60 // Identifies objects that are backed by this class (see IsInstanceOf).

Callers 2

NODE_METHODFunction · 0.80
NODE_METHODFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected