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

Method as_str

packages/server/src/config.rs:71–78  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

69
70impl ServerKind {
71 pub fn as_str(self) -> &'static str {
72 match self {
73 Self::LaunchAgent => "launchAgent",
74 Self::Workspace => "workspace",
75 Self::Foreground => "foreground",
76 Self::Standalone => "standalone",
77 }
78 }
79}
80
81fn local_host_name() -> String {

Callers 15

parse_android_gpu_modeFunction · 0.45
print_pairing_resultFunction · 0.45
simdeck_open_linkFunction · 0.45
pairing_address_valueFunction · 0.45
expose_to_studioFunction · 0.45
list_studio_simulatorsFunction · 0.45
startMethod · 0.45
run_connectionMethod · 0.45
normalize_mirrorFunction · 0.45

Calls

no outgoing calls

Tested by 1

handle_socketMethod · 0.36