MCPcopy Index your code
hub / github.com/RustPython/RustPython / busy

Method busy

crates/stdlib/src/_sqlite3.rs:3283–3285  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3281 }
3282
3283 fn busy(self) -> bool {
3284 unsafe { sqlite3_stmt_busy(self.st) != 0 }
3285 }
3286
3287 fn readonly(self) -> bool {
3288 unsafe { sqlite3_stmt_readonly(self.st) != 0 }

Callers 1

executemanyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected