MCPcopy Create free account
hub / github.com/alibaba/lowcode-engine / getKeys

Function getKeys

modules/material-parser/src/parse/dynamic/index.ts:30–36  ·  view source on GitHub ↗
(com: any)

Source from the content-addressed store, hash-verified

28];
29
30function getKeys(com: any) {
31 const keys = Object.keys(com).filter(x => {
32 return !reservedKeys.includes(x) && !x.startsWith('_');
33 });
34
35 return keys;
36}
37
38function isComponent(obj: any) {
39 return (

Callers 1

index.tsFile · 0.85

Calls 1

filterMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…