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

Method prepare_with_offset

src/core.rs:261–282  ·  view source on GitHub ↗

Prepare/compile an SQL statement and give offset to remaining text. TODO: give caller a safe way to use the offset. Perhaps return a &'x str?

(&self, sql: &str)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

prepareMethod · 0.80

Calls 3

str_charstarFunction · 0.85
decode_resultFunction · 0.85
maybeFunction · 0.85

Tested by

no test coverage detected