MCPcopy Index your code
hub / github.com/utterance/utterances / load

Function load

src/utterances.ts:124–132  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

122 return;
123 }
124 const load = async () => {
125 loader.setBusy();
126 const page = await loadCommentsPage(issue.number, nextHiddenPage);
127 loader.remove();
128 renderPage(page);
129 hiddenPageCount--;
130 nextHiddenPage++;
131 renderLoader(page);
132 };
133 const afterComment = afterPage.pop()!;
134 const loader = timeline.insertPageLoader(afterComment, hiddenPageCount * PAGE_SIZE, load);
135 };

Callers

nothing calls this directly

Calls 5

loadCommentsPageFunction · 0.90
renderPageFunction · 0.85
renderLoaderFunction · 0.85
setBusyMethod · 0.80
removeMethod · 0.80

Tested by

no test coverage detected