Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/iterative/cml
/ runnerById
Method
runnerById
src/cml.js:461–463 ·
view source on GitHub ↗
(opts = {})
Source
from the content-addressed store, hash-verified
459
}
460
461
async
runnerById(opts = {}) {
462
return
await
this.getDriver().runnerById(opts);
463
}
464
465
async
runnersByLabels(opts = {}) {
466
let
{ labels, runners } = opts;
Callers
nothing calls this directly
Calls
1
getDriver
Method · 0.95
Tested by
no test coverage detected