Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/iterative/cml
/ runners
Method
runners
src/cml.js:449–451 ·
view source on GitHub ↗
(opts = {})
Source
from the content-addressed store, hash-verified
447
}
448
449
async
runners(opts = {}) {
450
return
await
this.getDriver().runners(opts);
451
}
452
453
async
runnerByName(opts = {}) {
454
let
{ name, runners } = opts;
Callers
3
runnerByName
Method · 0.95
runnersByLabels
Method · 0.95
run
Function · 0.45
Calls
1
getDriver
Method · 0.95
Tested by
no test coverage detected