MCPcopy
hub / github.com/iterative/cml / checkCreate

Method checkCreate

src/cml.js:333–337  ·  view source on GitHub ↗
(opts = {})

Source from the content-addressed store, hash-verified

331 }
332
333 async checkCreate(opts = {}) {
334 const { headSha = await this.triggerSha() } = opts;
335
336 return await this.getDriver().checkCreate({ ...opts, headSha });
337 }
338
339 async publish(opts = {}) {
340 const { title = '', md, native, rmWatermark } = opts;

Callers 1

create.jsFile · 0.45

Calls 2

triggerShaMethod · 0.95
getDriverMethod · 0.95

Tested by

no test coverage detected