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

Method cli_toml

crates/paths/src/cli.rs:19–21  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

17 PubKeyPath(self.0.join("id_ecdsa.pub"))
18 }
19 pub fn cli_toml(&self) -> CliTomlPath {
20 CliTomlPath(self.0.join("cli.toml"))
21 }
22}
23
24// TODO: replace cfg(any()) with cfg(false) once stabilized

Callers 2

mainFunction · 0.80
invoke_cliFunction · 0.80

Calls 1

joinMethod · 0.80

Tested by

no test coverage detected