MCPcopy Index your code
hub / github.com/alibaba/lowcode-engine / safeEval

Function safeEval

modules/material-parser/src/utils.ts:135–138  ·  view source on GitHub ↗
(value: any)

Source from the content-addressed store, hash-verified

133}
134
135export function safeEval(value: any) {
136 if (typeof value === 'string') return originalSafeEval(value);
137 return value;
138}

Callers 2

transformTypeFunction · 0.90
transformItemFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…