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

Function isFromVC

packages/utils/src/misc.ts:74–76  ·  view source on GitHub ↗
(meta: IPublicModelComponentMeta)

Source from the content-addressed store, hash-verified

72 * @param meta
73 */
74 export function isFromVC(meta: IPublicModelComponentMeta) {
75 return !!meta?.getMetadata().configure?.advanced;
76}
77
78export function executePendingFn(fn: () => void, timeout: number = 2000) {
79 return setTimeout(fn, timeout);

Callers 2

misc.test.tsFile · 0.90
renderMethod · 0.85

Calls 1

getMetadataMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…