MCPcopy Create free account
hub / github.com/VitoHowe/glm-coding / runScript

Function runScript

app/services/tdc_vm_runner.cjs:364–369  ·  view source on GitHub ↗
(code, ctx, label)

Source from the content-addressed store, hash-verified

362}
363
364function runScript(code, ctx, label) {
365 if (!code) {
366 return;
367 }
368 vm.runInContext(code, ctx, { timeout: 5000, filename: label });
369}
370
371function main() {
372 const input = readInput();

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected