MCPcopy Create free account
hub / github.com/dylan-sutton-chavez/edge-python / open_url

Function open_url

cli/src/serve.rs:133–135  ·  view source on GitHub ↗
(url: &str)

Source from the content-addressed store, hash-verified

131
132#[cfg(target_os = "macos")]
133fn open_url(url: &str) -> std::io::Result<()> {
134 std::process::Command::new("open").arg(url).spawn().map(|_| ())
135}
136
137#[cfg(target_os = "windows")]
138fn open_url(url: &str) -> std::io::Result<()> {

Callers 1

runFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected