MCPcopy Create free account
hub / github.com/SeaQL/FireDBG.for.Rust / get_version_path

Method get_version_path

parser/src/def/workspace.rs:72–74  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

70 }
71
72 pub fn get_version_path(&self) -> String {
73 format!("{}/{}/version.toml", self.root_dir, Self::FIREDBG_DIR)
74 }
75
76 pub fn find_binary(&self, binary_name: &str) -> Option<(&Package, &Binary)> {
77 let mut res = None;

Callers 2

pin_firedbg_versionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected