MCPcopy
hub / github.com/imsun/gitment / getIssue

Method getIssue

src/gitment.js:166–170  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

164 }
165
166 getIssue() {
167 if (this.state.meta.id) return Promise.resolve(this.state.meta)
168
169 return this.loadMeta()
170 }
171
172 post(body) {
173 return this.getIssue()

Callers 3

postMethod · 0.95
loadCommentsMethod · 0.95
loadReactionsMethod · 0.95

Calls 1

loadMetaMethod · 0.95

Tested by

no test coverage detected