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

Method get_firedbg_dir

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

Source from the content-addressed store, hash-verified

57 const FIREDBG_TARGET_DIR: &'static str = "target";
58
59 pub fn get_firedbg_dir(&self) -> String {
60 format!("{}/{}", self.root_dir, Self::FIREDBG_DIR)
61 }
62
63 pub fn get_firedbg_target_dir(&self) -> String {
64 format!(

Callers 5

cache_workspaceFunction · 0.80
pin_firedbg_versionFunction · 0.80
remove_firedbg_dirFunction · 0.80
re_create_firedbg_folderFunction · 0.80
list_targetFunction · 0.80

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected