| 66 | // --------------------------------------------------------------------------- |
| 67 | |
| 68 | const char *SQLite3VFS::name() const { return vfs_->namePtr.c_str(); } |
| 69 | |
| 70 | // --------------------------------------------------------------------------- |
| 71 |
no outgoing calls
no test coverage detected