Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WiseLibs/better-sqlite3
/ statement.cpp
File
statement.cpp
src/objects/statement.cpp:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const napi_type_tag Statement::TYPE_TAG = RandomTypeTag();
2
3
Statement::Statement(const Napi::CallbackInfo& info) :
4
Napi::ObjectWrap<Statement>(info),
Callers
nothing calls this directly
Calls
2
RandomTypeTag
Function · 0.85
Add
Method · 0.80
Tested by
no test coverage detected