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

Method getLine

src/server/web/public/terminal.js:5273–5276  ·  view source on GitHub ↗
(e3)

Source from the content-addressed store, hash-verified

5271 return this._buffer.ybase;
5272 }
5273 get length() {
5274 return this._buffer.lines.length;
5275 }
5276 getLine(e3) {
5277 const t3 = this._buffer.lines.get(e3);
5278 if (t3) return new s2.BufferLineApiView(t3);
5279 }

Callers 6

_mapStrIdxMethod · 0.45
_findInLineMethod · 0.45

Calls 1

getMethod · 0.65

Tested by

no test coverage detected