Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_METHOD
Function · 0.80
NODE_METHOD
Function · 0.80
NODE_METHOD
Function · 0.80
xConnect
Method · 0.80
PropagateJSError
Method · 0.80
PropagateJSError
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected