MCPcopy Create free account
hub / github.com/codeaashu/claude-code / _lineAdjacentToZone

Method _lineAdjacentToZone

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

Source from the content-addressed store, hash-verified

1013 return t3 >= e3.startBufferLine && t3 <= e3.endBufferLine;
1014 }
1015 _lineAdjacentToZone(e3, t3, i2) {
1016 return t3 >= e3.startBufferLine - this._linePadding[i2 || "full"] && t3 <= e3.endBufferLine + this._linePadding[i2 || "full"];
1017 }
1018 _addLineToZone(e3, t3) {
1019 e3.startBufferLine = Math.min(e3.startBufferLine, t3), e3.endBufferLine = Math.max(e3.endBufferLine, t3);
1020 }

Callers 1

addDecorationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected