MCPcopy Create free account
hub / github.com/dckc/rust-sqlite3 / drop

Method drop

src/core.rs:161–165  ·  view source on GitHub ↗

Release resources associated with connection. # Failure Fails if "the database connection is associated with unfinalized prepared statements or unfinished sqlite3_backup objects"[1] which the Rust memory model ensures is impossible (barring bugs in the use of unsafe blocks in the implementation of this library). [1]: http://www.sqlite.org/c3ref/close.html

(&mut self)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected