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

Method from

packages/server/src/main.rs:892–899  ·  view source on GitHub ↗
(value: ServerKindArg)

Source from the content-addressed store, hash-verified

890
891impl From<ServerKindArg> for ServerKind {
892 fn from(value: ServerKindArg) -> Self {
893 match value {
894 ServerKindArg::LaunchAgent => ServerKind::LaunchAgent,
895 ServerKindArg::Workspace => ServerKind::Workspace,
896 ServerKindArg::Foreground => ServerKind::Foreground,
897 ServerKindArg::Standalone => ServerKind::Standalone,
898 }
899 }
900}
901
902#[derive(Clone, Copy, Debug, Eq, PartialEq, ValueEnum)]

Callers 15

currentClientBundleFunction · 0.80
handleAppInstallDropFunction · 0.80
dragEventHasFilesFunction · 0.80
allKnownFiberRootsFunction · 0.80
normalizedPortsFunction · 0.80
auto.tsFile · 0.80
requestBufferFunction · 0.80
nativeScriptTabItemsFunction · 0.80
handleRpcFunction · 0.80
proxyLocalRequestFunction · 0.80
handleRequestFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected