MCPcopy Create free account
hub / github.com/TechSpiritSS/Terminal-Portfolio / parse

Function parse

scripts/functions.js:488–490  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

486 } else {
487 trueValue(flag);
488 function parse(str) {
489 return Function(`'use strict'; return (${str})`)();
490 }
491 await createText(flag + " = " + parse(flag));
492 }
493 } catch (e) {

Callers 1

calcFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected