Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/utterance/utterances
/ setBusy
Method
setBusy
src/timeline-component.ts:98–101 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
96
97
return
{
98
setBusy() {
99
statusSpan.textContent =
'Loading...'
;
100
button.disabled = true;
101
},
102
remove() {
103
button.onclick = null;
104
element.remove();
Callers
1
load
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected