MCPcopy Create free account
hub / github.com/clockworklabs/SpacetimeDB / confirm

Method confirm

crates/update/src/cli.rs:131–133  ·  view source on GitHub ↗
(self, prompt: String)

Source from the content-addressed store, hash-verified

129 Ok(yes)
130 }
131 fn confirm(self, prompt: String) -> anyhow::Result<bool> {
132 self.confirm_with_default(prompt, false)
133 }
134}

Callers 1

execMethod · 0.80

Calls 1

confirm_with_defaultMethod · 0.80

Tested by

no test coverage detected