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

Function isNodeSchema

packages/types/src/deprecated/isNodeSchema.ts:6–8  ·  view source on GitHub ↗
(data: any)

Source from the content-addressed store, hash-verified

4 * @deprecated use same function from '@alilc/lowcode-utils' instead
5 */
6export function isNodeSchema(data: any): data is IPublicTypeNodeSchema {
7 return data && data.componentName;
8}

Callers 12

getSuitableInsertionFunction · 0.50
initFunction · 0.50
handlerFunction · 0.50
checkNestingMethod · 0.50
checkNestingUpMethod · 0.50
insertChildFunction · 0.50
importMethod · 0.50
setAsSlotMethod · 0.50
constructorMethod · 0.50
getSuitableInsertionMethod · 0.50
generateNodeFunction · 0.50
handleSubNodesFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…