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