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

Function GetRawRowJS

src/util/data.cpp:104–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102 }
103
104 Napi::Value GetRawRowJS(Napi::Env env, Statement* stmt, sqlite3_stmt* handle, bool safe_ints) {
105 return stmt->GetRowBuilder().GetRawRowJS(env, handle, safe_ints);
106 }
107
108 Napi::Value GetRowJS(Napi::Env env, Statement* stmt, sqlite3_stmt* handle, bool safe_ints, char mode) {
109 if (mode == Data::FLAT) return GetFlatRowJS(env, stmt, handle, safe_ints);

Callers 1

GetRowJSFunction · 0.85

Calls 1

GetRawRowJSMethod · 0.80

Tested by

no test coverage detected