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

Function r

src/server/web/public/terminal.js:155–157  ·  view source on GitHub ↗
(e3, t3, r2, n2)

Source from the content-addressed store, hash-verified

153 return t3 ? "\x1B[200~" + e3 + "\x1B[201~" : e3;
154 }
155 function r(e3, t3, r2, n2) {
156 e3 = s2(e3 = i2(e3), r2.decPrivateModes.bracketedPasteMode && true !== n2.rawOptions.ignoreBracketedPasteMode), r2.triggerDataEvent(e3, true), t3.value = "";
157 }
158 function n(e3, t3, i3) {
159 const s3 = i3.getBoundingClientRect(), r2 = e3.clientX - s3.left - 10, n2 = e3.clientY - s3.top - 10;
160 t3.style.width = "20px", t3.style.height = "20px", t3.style.left = `${r2}px`, t3.style.top = `${n2}px`, t3.style.zIndex = "1000", t3.focus();

Callers 7

runFunction · 0.50
runPowerShellCommandFunction · 0.50
runShellCommandFunction · 0.50
drainWriteQueueMethod · 0.50
probeArecordFunction · 0.50

Calls 11

triggerDataEventMethod · 0.80
s2Function · 0.70
i2Function · 0.70
nFunction · 0.70
oFunction · 0.70
cFunction · 0.70
hFunction · 0.70
getMethod · 0.65
toStringMethod · 0.65
pushMethod · 0.45
errorMethod · 0.45

Tested by

no test coverage detected