Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RustCV/RustCV
/ export_state
Method
export_state
rustcv-backend-avf/src/lib.rs:119–121 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
117
Ok(())
118
}
119
fn export_state(&self) -> Result<serde_json::Value, CameraError> {
120
Ok(serde_json::Value::Null)
121
}
122
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected