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

Method translateBufferLineToString

src/server/web/public/terminal.js:4011–4014  ·  view source on GitHub ↗
(e3, t3, i3 = 0, s3)

Source from the content-addressed store, hash-verified

4009 }
4010 }
4011 translateBufferLineToString(e3, t3, i3 = 0, s3) {
4012 const r2 = this.lines.get(e3);
4013 return r2 ? r2.translateToString(t3, i3, s3) : "";
4014 }
4015 getWrappedRangeForLine(e3) {
4016 let t3 = e3, i3 = e3;
4017 for (; t3 > 0 && this.lines.get(t3).isWrapped; ) t3--;

Callers 3

aFunction · 0.80
selectionTextMethod · 0.80
_getWordAtMethod · 0.80

Calls 2

getMethod · 0.65
translateToStringMethod · 0.45

Tested by

no test coverage detected