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

Function print_pair_progress

packages/server/src/main.rs:2215–2217  ·  view source on GitHub ↗
(message: impl AsRef<str>)

Source from the content-addressed store, hash-verified

2213}
2214
2215fn print_pair_progress(message: impl AsRef<str>) {
2216 eprintln!("simdeck pair: {}", message.as_ref());
2217}
2218
2219fn wait_for_service(metadata: &ServiceMetadata, timeout: Duration) -> anyhow::Result<()> {
2220 let deadline = Instant::now() + timeout;

Callers 1

pair_global_serviceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected