Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
constructor
Method · 0.95
setIssue
Method · 0.95
insertComment
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected