MCPcopy Create free account
hub / github.com/aws/amazon-q-developer-cli / in_appimage

Method in_appimage

crates/chat-cli/src/os/env.rs:167–169  ·  view source on GitHub ↗

Whether or not the current executable is run from an AppImage. See: https://docs.appimage.org/packaging-guide/environment-variables.html

(&self)

Source from the content-addressed store, hash-verified

165 ///
166 /// See: https://docs.appimage.org/packaging-guide/environment-variables.html
167 pub fn in_appimage(&self) -> bool {
168 self.get_os("APPIMAGE").is_some()
169 }
170}
171
172impl Default for Env {

Callers

nothing calls this directly

Calls 1

get_osMethod · 0.45

Tested by

no test coverage detected