MCPcopy Create free account
hub / github.com/NativeScript/SimDeck / bridge

Method bridge

packages/server/src/simulators/registry.rs:99–101  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

97 }
98
99 pub fn bridge(&self) -> &NativeBridge {
100 &self.bridge
101 }
102
103 pub fn get_or_create(&self, udid: &str) -> Result<T, AppError> {
104 self.store.get_or_create(udid, || {

Callers 4

run_webrtc_control_queueFunction · 0.80
handle_control_socketFunction · 0.80
run_bridge_actionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected