Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
exec
Method · 0.80
Calls
1
confirm_with_default
Method · 0.80
Tested by
no test coverage detected