Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
135
export
function
safeEval(value: any) {
136
if
(typeof value ===
'string'
)
return
originalSafeEval(value);
137
return
value;
138
}
Callers
2
transformType
Function · 0.90
transformItem
Function · 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…