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

Method version_dir

crates/paths/src/cli.rs:35–37  ·  view source on GitHub ↗
(&self, version: &str)

Source from the content-addressed store, hash-verified

33
34impl BinDir {
35 pub fn version_dir(&self, version: &str) -> VersionBinDir {
36 VersionBinDir(self.0.join(version))
37 }
38
39 pub const CURRENT_VERSION_DIR_NAME: &str = "current";
40 pub fn current_version_dir(&self) -> VersionBinDir {

Callers 6

set_current_versionMethod · 0.80
execMethod · 0.80
execMethod · 0.80
download_and_installFunction · 0.80

Calls 1

joinMethod · 0.80