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

Function installed_arguments_for_label

packages/server/src/service.rs:389–391  ·  view source on GitHub ↗
(label: &str)

Source from the content-addressed store, hash-verified

387}
388
389fn installed_arguments_for_label(label: &str) -> anyhow::Result<Option<Vec<String>>> {
390 installed_arguments_from_plist(&plist_path_for_label(label)?)
391}
392
393fn installed_arguments_from_plist(plist_path: &Path) -> anyhow::Result<Option<Vec<String>>> {
394 if !plist_path.exists() {

Callers 2

activeFunction · 0.85

Calls 2

plist_path_for_labelFunction · 0.85

Tested by

no test coverage detected