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

Function _temp3

src/screens/ResumeConversation.tsx:392–395  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

390 return t6;
391}
392function _temp3() {
393 const timeout = setTimeout(_temp2, 100);
394 return () => clearTimeout(timeout);
395}
396function _temp2() {
397 process.exit(0);
398}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected