MCPcopy Create free account
hub / github.com/cyclejs/cyclejs / loadGraphSerializerCode

Function loadGraphSerializerCode

devtool/src/launcher.ts:60–69  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58}
59
60function loadGraphSerializerCode() {
61 let xhr: XMLHttpRequest;
62 if (!code) {
63 xhr = new XMLHttpRequest();
64 xhr.open('GET', chrome.extension.getURL('/graphSerializer.js'), false);
65 xhr.send();
66 code = xhr.responseText;
67 }
68 return code;
69}

Callers 1

launcher.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected