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

Function _temp

src/components/IdeAutoConnectDialog.tsx:144–149  ·  view source on GitHub ↗
(current)

Source from the content-addressed store, hash-verified

142 return t5;
143}
144function _temp(current) {
145 return {
146 ...current,
147 autoConnectIde: false
148 };
149}
150export function shouldShowDisableAutoConnectDialog(): boolean {
151 const config = getGlobalConfig();
152 return !isSupportedTerminal() && config.autoConnectIde === true;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected