MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / run_foreground

Function run_foreground

src/daemon.rs:935–937  ·  view source on GitHub ↗
(socket_path: PathBuf)

Source from the content-addressed store, hash-verified

933
934#[cfg(unix)]
935pub async fn run_foreground(socket_path: PathBuf) -> Result<()> {
936 run_foreground_unix(socket_path).await
937}
938
939#[cfg(not(unix))]
940pub async fn run_foreground(_socket_path: PathBuf) -> Result<()> {

Callers 1

dispatch_commandFunction · 0.85

Calls 2

run_foreground_unixFunction · 0.85
unsupported_platformFunction · 0.85

Tested by

no test coverage detected