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

Function CrossProjectMessage

src/screens/ResumeConversation.tsx:340–391  ·  view source on GitHub ↗
(t0)

Source from the content-addressed store, hash-verified

338 process.exit(1);
339}
340function CrossProjectMessage(t0) {
341 const $ = _c(8);
342 const {
343 command
344 } = t0;
345 let t1;
346 if ($[0] === Symbol.for("react.memo_cache_sentinel")) {
347 t1 = [];
348 $[0] = t1;
349 } else {
350 t1 = $[0];
351 }
352 React.useEffect(_temp3, t1);
353 let t2;
354 if ($[1] === Symbol.for("react.memo_cache_sentinel")) {
355 t2 = <Text>This conversation is from a different directory.</Text>;
356 $[1] = t2;
357 } else {
358 t2 = $[1];
359 }
360 let t3;
361 if ($[2] === Symbol.for("react.memo_cache_sentinel")) {
362 t3 = <Text>To resume, run:</Text>;
363 $[2] = t3;
364 } else {
365 t3 = $[2];
366 }
367 let t4;
368 if ($[3] !== command) {
369 t4 = <Box flexDirection="column">{t3}<Text> {command}</Text></Box>;
370 $[3] = command;
371 $[4] = t4;
372 } else {
373 t4 = $[4];
374 }
375 let t5;
376 if ($[5] === Symbol.for("react.memo_cache_sentinel")) {
377 t5 = <Text dimColor={true}>(Command copied to clipboard)</Text>;
378 $[5] = t5;
379 } else {
380 t5 = $[5];
381 }
382 let t6;
383 if ($[6] !== t4) {
384 t6 = <Box flexDirection="column" gap={1}>{t2}{t4}{t5}</Box>;
385 $[6] = t4;
386 $[7] = t6;
387 } else {
388 t6 = $[7];
389 }
390 return t6;
391}
392function _temp3() {
393 const timeout = setTimeout(_temp2, 100);
394 return () => clearTimeout(timeout);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected