| 55 | |
| 56 | inline State* GetState() { return reinterpret_cast<State*>(&open); } |
| 57 | inline sqlite3* GetHandle() { return db_handle; } |
| 58 | inline Addon* GetAddon() { return addon; } |
| 59 | |
| 60 | // Identifies objects that are backed by this class (see IsInstanceOf). |
no outgoing calls
no test coverage detected