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

Method _parse

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

Source from the content-addressed store, hash-verified

328 }
329
330 _parse(data) {
331 if(!this.showIDE) return;
332 this.ide.loadDocument(data.generation, data.text, data.spans, data.extraInfo, data.css); // @FIXME
333 }
334
335 _comments(data) {
336 if(!this.showIDE) return;

Callers

nothing calls this directly

Calls 1

loadDocumentMethod · 0.45

Tested by

no test coverage detected