Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/imsun/gitment
/ goto
Method
goto
src/gitment.js:273–277 ·
view source on GitHub ↗
(page)
Source
from the content-addressed store, hash-verified
271
}
272
273
goto(page) {
274
this.state.currentPage = page
275
this.state.comments = undefined
276
return
this.loadComments(page)
277
}
278
279
like() {
280
if
(!this.accessToken) {
Callers
1
renderComments
Function · 0.80
Calls
1
loadComments
Method · 0.95
Tested by
no test coverage detected