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

Function o

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

Source from the content-addressed store, hash-verified

1202 return i3;
1203 }
1204 function o(e3, t3) {
1205 return e3 > t3 ? "A" : "B";
1206 }
1207 function a(e3, t3, i3, s3, r2, n2) {
1208 let o2 = e3, a2 = t3, h2 = "";
1209 for (; o2 !== i3 || a2 !== s3; ) o2 += r2 ? 1 : -1, r2 && o2 > n2.cols - 1 ? (h2 += n2.buffer.translateBufferLineToString(a2, false, e3, o2), o2 = 0, e3 = 0, a2++) : !r2 && o2 < 0 && (h2 += n2.buffer.translateBufferLineToString(a2, false, 0, e3 + 1), o2 = n2.cols - 1, e3 = o2, a2--);

Callers 1

rFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected