MCPcopy Index your code
hub / github.com/codeaashu/claude-code / transitionHyperlink

Function transitionHyperlink

src/ink/log-update.ts:470–480  ·  view source on GitHub ↗
(
  diff: Diff,
  current: Hyperlink,
  target: Hyperlink,
)

Source from the content-addressed store, hash-verified

468}
469
470function transitionHyperlink(
471 diff: Diff,
472 current: Hyperlink,
473 target: Hyperlink,
474): Hyperlink {
475 if (current !== target) {
476 diff.push({ type: 'hyperlink', uri: target ?? '' })
477 return target
478 }
479 return current
480}
481
482function transitionStyle(
483 diff: Diff,

Callers 2

renderMethod · 0.85
renderFrameSliceFunction · 0.85

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected