Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/iterative/cml
/ runnerJob
Method
runnerJob
src/cml.js:475–477 ·
view source on GitHub ↗
({ name, status = 'running' } = {})
Source
from the content-addressed store, hash-verified
473
}
474
475
async
runnerJob({ name, status =
'running'
} = {}) {
476
return
await
this.getDriver().runnerJob({ status, name });
477
}
478
479
async
repoTokenCheck() {
480
try {
Callers
1
parseRunnerLog
Method · 0.45
Calls
1
getDriver
Method · 0.95
Tested by
no test coverage detected