Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ write_single
Method
write_single
crates/stdlib/src/_sqlite3.rs:3314–3316 ·
view source on GitHub ↗
(self, byte: u8, offset: c_int)
Source
from the content-addressed store, hash-verified
3312
}
3313
3314
fn write_single(self, byte: u8, offset: c_int) -> c_int {
3315
self.write(&byte as *const u8 as *const _, 1, offset)
3316
}
3317
}
3318
3319
#[derive(Copy, Clone)]
Callers
1
ass_subscript
Method · 0.80
Calls
1
write
Method · 0.45
Tested by
no test coverage detected