MCPcopy Create free account
hub / github.com/BitVM/BitVM / handle_status_command

Method handle_status_command

bridge/src/client/cli/client_command.rs:529–533  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

527 }
528
529 pub async fn handle_status_command(&mut self) -> io::Result<()> {
530 self.client.sync().await;
531 self.client.status().await;
532 Ok(())
533 }
534
535 pub fn get_interactive_command() -> Command {
536 Command::new("interactive")

Callers 2

mainFunction · 0.80

Calls 2

statusMethod · 0.80
syncMethod · 0.45

Tested by

no test coverage detected