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

Function loadIssue

src/utterances.ts:24–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22setRepoContext(page);
23
24function loadIssue(): Promise<Issue | null> {
25 if (page.issueNumber !== null) {
26 return loadIssueByNumber(page.issueNumber);
27 }
28 return loadIssueByTerm(page.issueTerm as string);
29}
30
31async function bootstrap() {
32 await loadToken();

Callers 1

bootstrapFunction · 0.85

Calls 2

loadIssueByNumberFunction · 0.90
loadIssueByTermFunction · 0.90

Tested by

no test coverage detected