Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_queue
Function · 0.80
handle_control_socket
Function · 0.80
run_bridge_action
Function · 0.80
accessibility_snapshot_with_options
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected