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

Method as_profile_id

packages/server/src/main.rs:916–928  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

914
915impl StreamQualityProfileArg {
916 fn as_profile_id(self) -> &'static str {
917 match self {
918 Self::Quality => "quality",
919 Self::Full => "full",
920 Self::Balanced => "balanced",
921 Self::Fast => "fast",
922 Self::Smooth => "smooth",
923 Self::Economy => "economy",
924 Self::Low => "low",
925 Self::Tiny => "tiny",
926 Self::CiSoftware => "ci-software",
927 }
928 }
929}
930
931#[derive(Clone, Copy, Debug, Eq, PartialEq, ValueEnum)]

Callers 4

run_provider_commandFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected