Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
constructor
Method · 0.95
Calls
3
getUserInfo
Method · 0.95
getIssue
Method · 0.95
getComments
Method · 0.95
Tested by
no test coverage detected