MCPcopy Create free account
hub / github.com/TankHQ/tank / statement

Method statement

tank-sqlite/src/prepared.rs:31–33  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

29 index: 1,
30 }
31 }
32 pub(crate) fn statement(&self) -> *mut sqlite3_stmt {
33 *self.statement
34 }
35 pub fn last_error(&self) -> String {
36 unsafe {

Callers 5

last_errorMethod · 0.45
clear_bindingsMethod · 0.45
bind_indexMethod · 0.45
do_run_unpreparedMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected