MCPcopy
hub / github.com/gitalk/gitalk / getInit

Method getInit

src/gitalk.jsx:177–179  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

175 }
176
177 getInit () {
178 return this.getUserInfo().then(() => this.getIssue()).then(issue => this.getComments(issue))
179 }
180 getUserInfo () {
181 if (!this.accessToken) {
182 return new Promise(resolve => {

Callers 1

constructorMethod · 0.95

Calls 3

getUserInfoMethod · 0.95
getIssueMethod · 0.95
getCommentsMethod · 0.95

Tested by

no test coverage detected