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

Function n

src/server/web/public/terminal.js:158–161  ·  view source on GitHub ↗
(e3, t3, i3)

Source from the content-addressed store, hash-verified

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();
161 }
162 Object.defineProperty(t2, "__esModule", { value: true }), t2.rightClickHandler = t2.moveTextAreaUnderMouseCursor = t2.paste = t2.handlePasteEvent = t2.copyHandler = t2.bracketTextForPaste = t2.prepareTextForTerminal = void 0, t2.prepareTextForTerminal = i2, t2.bracketTextForPaste = s2, t2.copyHandler = function(e3, t3) {
163 e3.clipboardData && e3.clipboardData.setData("text/plain", t3.selectionText), e3.preventDefault();
164 }, t2.handlePasteEvent = function(e3, t3, i3, s3) {

Callers 4

rFunction · 0.70
hFunction · 0.70

Calls 3

maxMethod · 0.80
getMethod · 0.65
focusMethod · 0.45

Tested by

no test coverage detected