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

Function push_ui_address

packages/server/src/main.rs:1960–1967  ·  view source on GitHub ↗
(
    addresses: &mut Vec<PairingAddress>,
    kind: &'static str,
    base_url: String,
    selector: Option<&str>,
)

Source from the content-addressed store, hash-verified

1958}
1959
1960fn push_ui_address(
1961 addresses: &mut Vec<PairingAddress>,
1962 kind: &'static str,
1963 base_url: String,
1964 selector: Option<&str>,
1965) {
1966 push_pairing_address(addresses, kind, ui_url_from_base(base_url, selector));
1967}
1968
1969fn metadata_from_launch_agent(
1970 result: service::ServiceInstallResult,

Callers 1

service_addressesFunction · 0.85

Calls 2

push_pairing_addressFunction · 0.85
ui_url_from_baseFunction · 0.85

Tested by

no test coverage detected