(project: &str)
| 111 | ]; |
| 112 | |
| 113 | fn 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 | /// |
no outgoing calls
no test coverage detected