MCPcopy
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

runnerByNameMethod · 0.95
runnersByLabelsMethod · 0.95
runFunction · 0.45

Calls 1

getDriverMethod · 0.95

Tested by

no test coverage detected