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

Method workspace_directory_path

lib-engine/src/environment/models/application.rs:559–561  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

557 }
558
559 fn workspace_directory_path(&self) -> &Path {
560 Path::new(Application::workspace_directory(self))
561 }
562}
563
564pub fn get_application_with_invalid_storage_size<T: CloudProvider>(

Callers

nothing calls this directly

Calls 1

workspace_directoryFunction · 0.85

Tested by

no test coverage detected