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

Method FreeSerialization

src/objects/database.cpp:120–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected