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

Method getLinkData

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

Source from the content-addressed store, hash-verified

5828 if (i3 && i3.lines.every(((e4) => e4.line !== t3))) {
5829 const e4 = this._bufferService.buffer.addMarker(t3);
5830 i3.lines.push(e4), e4.onDispose((() => this._removeMarkerFromLink(i3, e4)));
5831 }
5832 }
5833 getLinkData(e3) {
5834 var _a;
5835 return (_a = this._dataByLinkId.get(e3)) == null ? void 0 : _a.data;
5836 }

Callers 1

provideLinksMethod · 0.80

Calls 1

getMethod · 0.65

Tested by

no test coverage detected