MCPcopy Create free account
hub / github.com/bcndev/bytecoin / Stmt

Method Stmt

src/platform/DBsqlite3.cpp:88–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88sqlite::Stmt::Stmt(Stmt &&other) noexcept { std::swap(handle, other.handle); }
89sqlite::Stmt::~Stmt() {
90 sqlite3_finalize(handle);
91 handle = nullptr;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected