MCPcopy Index your code
hub / github.com/witheve/Eve / _findNode

Method _findNode

src/client.ts:340–343  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

338 }
339
340 _findNode(data) {
341 if(!this.showIDE) return;
342 this.ide.attachView(data.recordId, data.spanId);
343 }
344
345 _error(data) {
346 this.injectNotice("error", data.message);

Callers

nothing calls this directly

Calls 1

attachViewMethod · 0.80

Tested by

no test coverage detected