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

Function GetFlatRowJS

src/util/data.cpp:100–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98 }
99
100 Napi::Value GetFlatRowJS(Napi::Env env, Statement* stmt, sqlite3_stmt* handle, bool safe_ints) {
101 return stmt->GetRowBuilder().GetRowJS(env, handle, safe_ints);
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);

Callers 1

GetRowJSFunction · 0.85

Calls 1

GetRowJSMethod · 0.80

Tested by

no test coverage detected