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

Function GetValueJS

src/util/data.cpp:73–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71 static const char RAW = 3;
72
73 Napi::Value GetValueJS(Napi::Env env, sqlite3_stmt* handle, int column, bool safe_ints) {
74 SQLITE_VALUE_TO_JS(column, env, safe_ints, handle, column);
75 }
76
77 Napi::Value GetValueJS(Napi::Env env, sqlite3_value* value, bool safe_ints) {
78 SQLITE_VALUE_TO_JS(value, env, safe_ints, value);

Callers 6

GetRowJSMethod · 0.85
GetRawRowJSMethod · 0.85
GetExpandedRowJSFunction · 0.85
GetRowJSFunction · 0.85
GetArgumentsJSFunction · 0.85
xFilterMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected