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

Method FreeSerialization

src/objects/database.cpp:119–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119void Database::FreeSerialization(Napi::Env env, char* data) {
120 sqlite3_free(data);
121}
122
123INIT(Database::Init) {
124 return DefineClass(env, "Database", {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected