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

Method bytes

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

Source from the content-addressed store, hash-verified

3296
3297 impl SqliteBlob {
3298 fn bytes(self) -> c_int {
3299 unsafe { sqlite3_blob_bytes(self.blob) }
3300 }
3301
3302 fn write(self, buf: *const c_void, length: c_int, offset: c_int) -> c_int {
3303 unsafe { sqlite3_blob_write(self.blob, buf, length, offset) }

Callers 10

extract_addressMethod · 0.45
get_node_idFunction · 0.45
from_argsMethod · 0.45
readMethod · 0.45
writeMethod · 0.45
seekMethod · 0.45
subscriptMethod · 0.45
ass_subscriptMethod · 0.45
begin_transactionMethod · 0.45
write_json_stringFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected