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

Method as_env_value

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

Source from the content-addressed store, hash-verified

1024
1025impl VideoCodecMode {
1026 fn as_env_value(self) -> &'static str {
1027 match self {
1028 Self::Auto => "auto",
1029 Self::Hardware => "hardware",
1030 Self::Software => "software",
1031 }
1032 }
1033}
1034
1035impl AndroidGpuMode {

Callers 10

start_project_serviceFunction · 0.80
expose_to_studioFunction · 0.80
run_provider_commandFunction · 0.80
mainFunction · 0.80
serve_with_appkitFunction · 0.80
serveFunction · 0.80

Calls

no outgoing calls