| 14 | factory(Napi::Persistent(factory)) {} |
| 15 | |
| 16 | static void Destructor(void* self) { |
| 17 | delete static_cast<CustomTable*>(self); |
| 18 | } |
| 19 | |
| 20 | static sqlite3_module MODULE; |
| 21 | static sqlite3_module EPONYMOUS_MODULE; |
nothing calls this directly
no outgoing calls
no test coverage detected