Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloud-hypervisor/cloud-hypervisor
/ seek_data_direct
Function
seek_data_direct
block/src/qcow/mod.rs:3851–3853 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3849
3850
#[test]
3851
fn seek_data_direct() {
3852
seek_data_common(true);
3853
}
3854
3855
fn seek_data_common(direct: bool) {
3856
with_default_file(0x30000, direct, |mut file| {
Callers
nothing calls this directly
Calls
1
seek_data_common
Function · 0.85
Tested by
no test coverage detected