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

Method issueCommentCreate

src/drivers/gitlab.js:376–379  ·  view source on GitHub ↗
(opts = {})

Source from the content-addressed store, hash-verified

374 }
375
376 async issueCommentCreate(opts = {}) {
377 const { id, ...rest } = opts;
378 return this.issueCommentUpsert(rest);
379 }
380
381 async issueCommentUpdate(opts = {}) {
382 if (!opts.id) throw new Error('Id is missing updating comment');

Callers 3

github.e2e.test.jsFile · 0.45
gitlab.e2e.test.jsFile · 0.45

Calls 1

issueCommentUpsertMethod · 0.95

Tested by

no test coverage detected