MCPcopy Create free account
hub / github.com/dtormoen/tsk-tsk / container_working_dir

Function container_working_dir

src/docker/mod.rs:113–115  ·  view source on GitHub ↗
(project: &str)

Source from the content-addressed store, hash-verified

111];
112
113fn container_working_dir(project: &str) -> String {
114 format!("{CONTAINER_WORKSPACE_BASE}/{project}")
115}
116
117/// Resolve config for a task, preferring the DB snapshot over live resolution.
118///

Callers 2

build_bind_volumesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected