MCPcopy Create free account
hub / github.com/RioArisk/claudecode_api_RemoteControl / switchToWorking

Function switchToWorking

app/src/modules/waiting.js:60–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58}
59
60export function switchToWorking() {
61 if (S.workingEl) {
62 const txt = S.workingEl.querySelector('.working-text');
63 if (txt) txt.textContent = 'Working';
64 }
65}
66
67export function keepWorkingAtBottom() {
68 if (S.workingEl && S.workingEl.parentNode) {

Callers 1

processEventFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected