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

Method _removeMarkerFromLink

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

Source from the content-addressed store, hash-verified

5835 return (_a = this._dataByLinkId.get(e3)) == null ? void 0 : _a.data;
5836 }
5837 _getEntryIdKey(e3) {
5838 return `${e3.id};;${e3.uri}`;
5839 }
5840 _removeMarkerFromLink(e3, t3) {
5841 const i3 = e3.lines.indexOf(t3);
5842 -1 !== i3 && (e3.lines.splice(i3, 1), 0 === e3.lines.length && (void 0 !== e3.data.id && this._entriesWithId.delete(e3.key), this._dataByLinkId.delete(e3.id)));
5843 }

Callers 2

registerLinkMethod · 0.80
addLineToLinkMethod · 0.80

Calls 2

spliceMethod · 0.80
deleteMethod · 0.65

Tested by

no test coverage detected