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

Method FreeSerialization

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

Source from the content-addressed store, hash-verified

120}
121
122void Database::FreeSerialization(char* data, void* _) {
123 sqlite3_free(data);
124}
125
126INIT(Database::Init) {
127 v8::Local<v8::FunctionTemplate> t = NewConstructorTemplate(isolate, data, JS_new, "Database");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected