Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
post
Method · 0.95
loadComments
Method · 0.95
loadReactions
Method · 0.95
Calls
1
loadMeta
Method · 0.95
Tested by
no test coverage detected