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

Method checkCreate

src/drivers/gitlab.js:129–131  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

127 }
128
129 async checkCreate() {
130 throw new Error('Gitlab does not support check!');
131 }
132
133 async upload(opts = {}) {
134 const projectPath = await this.projectPath();

Callers 2

gitlab.e2e.test.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected