MCPcopy Create free account
hub / github.com/Qovery/engine / workspace_root_dir

Method workspace_root_dir

lib-engine/src/io_models/context.rs:112–114  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

110 }
111
112 pub fn workspace_root_dir(&self) -> &str {
113 self.workspace_root_dir.as_str()
114 }
115
116 pub fn lib_root_dir(&self) -> &str {
117 self.lib_root_dir.as_str()

Callers 15

runMethod · 0.80
download_platform_chartFunction · 0.80
clone_blueprint_repoMethod · 0.80
runMethod · 0.80
runMethod · 0.80
newMethod · 0.80
newMethod · 0.80
newMethod · 0.80
newMethod · 0.80
newMethod · 0.80
newMethod · 0.80

Calls 1

as_strMethod · 0.45