MCPcopy Create free account
hub / github.com/codeaashu/claude-code / _temp11

Function _temp11

src/components/BridgeDialog.tsx:358–366  ·  view source on GitHub ↗
(current)

Source from the content-addressed store, hash-verified

356 };
357}
358function _temp11(current) {
359 if (current.remoteControlAtStartup === false) {
360 return current;
361 }
362 return {
363 ...current,
364 remoteControlAtStartup: false
365 };
366}
367function _temp10(prev) {
368 return !prev;
369}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected