Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
30
function
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
38
function
isComponent(obj: any) {
39
return
(
Callers
1
index.ts
File · 0.85
Calls
1
filter
Method · 0.65
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…