MCPcopy Create free account
hub / github.com/bendudson/EuraliOS / DeviceCollection

Class DeviceCollection

pci/src/main.rs:58–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58struct DeviceCollection {
59 devices: BTreeMap<String, Arc<RwLock<Device>>>
60}
61
62impl DeviceCollection {
63 fn new() -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected