Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/METR/vivaria
/ getTaskEnvironmentIdentifierForRun
Function
getTaskEnvironmentIdentifierForRun
server/src/docker/util.ts:173–175 ·
view source on GitHub ↗
(runId: RunId)
Source
from the content-addressed store, hash-verified
171
}
172
173
export
function
getTaskEnvironmentIdentifierForRun(runId: RunId) {
174
return
`run-${runId}`
175
}
176
177
export
class
FileHasher {
178
hashFiles = memoize(
Callers
2
cleanupRun
Method · 0.90
startTaskEnvWithAuxVm
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected