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

Function installed_argument_value

packages/server/src/service.rs:374–378  ·  view source on GitHub ↗
(name: &str)

Source from the content-addressed store, hash-verified

372}
373
374fn installed_argument_value(name: &str) -> anyhow::Result<Option<String>> {
375 Ok(installed_arguments()?
376 .as_deref()
377 .and_then(|arguments| argument_value(arguments, name)))
378}
379
380fn installed_arguments() -> anyhow::Result<Option<Vec<String>>> {
381 for plist_path in service_plist_paths()? {

Callers 1

installed_portFunction · 0.85

Calls 2

installed_argumentsFunction · 0.85
argument_valueFunction · 0.85

Tested by

no test coverage detected