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

Method is_version_subcommand

crates/update/src/proxy.rs:144–146  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

142
143impl<'a> PartialCliArgs<'a> {
144 fn is_version_subcommand(&self) -> bool {
145 self.maybe_subcommand.is_some_and(|s| s == "version")
146 }
147
148 fn parse(args: &'a [OsString]) -> anyhow::Result<Self> {
149 let mut args = args.iter();

Callers 1

run_cliFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected