MCPcopy Create free account
hub / github.com/dabbott/javascript-playgrounds / getSuffix

Function getSuffix

components/player/Sandbox.js:32–36  ·  view source on GitHub ↗
(filename)

Source from the content-addressed store, hash-verified

30`
31
32const getSuffix = (filename) => `
33})(module, exports, window._require);
34window._requireCache['${filename}'] = module.exports;
35;
36`
37
38const prefixLineCount = prefix.split('\n').length - 1
39

Callers 1

evaluateMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected