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

Function _temp12

src/components/BridgeDialog.tsx:349–357  ·  view source on GitHub ↗
(prev_0)

Source from the content-addressed store, hash-verified

347 return l.length > 0;
348}
349function _temp12(prev_0) {
350 if (!prev_0.replBridgeEnabled) {
351 return prev_0;
352 }
353 return {
354 ...prev_0,
355 replBridgeEnabled: false
356 };
357}
358function _temp11(current) {
359 if (current.remoteControlAtStartup === false) {
360 return current;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected