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

Method renderCount

src/timeline-component.ts:109–111  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

107 }
108
109 private renderCount() {
110 this.countAnchor.textContent = `${this.count} Comment${this.count === 1 ? '' : 's'}`;
111 }
112}

Callers 3

constructorMethod · 0.95
setIssueMethod · 0.95
insertCommentMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected