Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RustCV/RustCV
/ create_dummy_controls
Function
create_dummy_controls
rustcv-backend-avf/src/lib.rs:82–88 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
80
}
81
82
fn create_dummy_controls() -> DeviceControls {
83
DeviceControls {
84
sensor: Box::new(DummyControl),
85
lens: Box::new(DummyControl),
86
system: Box::new(DummyControl),
87
}
88
}
89
90
struct DummyControl;
91
Callers
1
open
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected