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

Function GetValueJS

src/util/data.cpp:72–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70 static const char RAW = 3;
71
72 v8::Local<v8::Value> GetValueJS(v8::Isolate* isolate, sqlite3_stmt* handle, int column, bool safe_ints) {
73 SQLITE_VALUE_TO_JS(column, isolate, safe_ints, handle, column);
74 }
75
76 v8::Local<v8::Value> GetValueJS(v8::Isolate* isolate, sqlite3_value* value, bool safe_ints) {
77 SQLITE_VALUE_TO_JS(value, isolate, safe_ints, value);

Callers 7

GetRowJSMethod · 0.85
GetExpandedRowJSFunction · 0.85
GetFlatRowJSFunction · 0.85
GetRawRowJSFunction · 0.85
GetRowJSFunction · 0.85
GetArgumentsJSFunction · 0.85
xFilterMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected