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

Function ResultValueFromJS

src/util/data.cpp:129–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127 }
128
129 void ResultValueFromJS(Napi::Env env, sqlite3_context* invocation, Napi::Value value, DataConverter* converter) {
130 JS_VALUE_TO_SQLITE(result, value, env, invocation);
131 converter->ThrowDataConversionError(env, invocation, value.IsBigInt());
132 }
133
134}

Callers 3

xColumnMethod · 0.85
xValueBaseMethod · 0.85
xFuncMethod · 0.85

Calls 1

Tested by

no test coverage detected