MCPcopy
hub / github.com/alibaba/lowcode-engine / contains

Method contains

packages/types/src/shell/model/node.ts:451–451  ·  view source on GitHub ↗

* 当前节点是否包含某子节点 * check if current node contains another node as a child * @param node * @since v1.1.0

(node: Node)

Source from the content-addressed store, hash-verified

449 * @since v1.1.0
450 */
451 contains(node: Node): boolean;
452
453 /**
454 * 是否可执行某 action

Callers 15

containsMethod · 0.65
getSuitableInsertionFunction · 0.65
getSuitablePlaceForNodeFunction · 0.65
OutlinePluginFunction · 0.65
locateMethod · 0.65
checkRecursionFunction · 0.65
getPosFromEventFunction · 0.65
getTreeNodeIdByEventFunction · 0.65
TreeViewClass · 0.65
setupDragAndClickMethod · 0.65
checkSelectMethod · 0.65
hoverMethod · 0.65

Implementers 1

Nodepackages/shell/src/model/node.ts

Calls

no outgoing calls

Tested by

no test coverage detected