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

Method contains

packages/designer/src/document/node/node.ts:999–1001  ·  view source on GitHub ↗

* 判断是否包含特定节点

(node: INode)

Source from the content-addressed store, hash-verified

997 * 判断是否包含特定节点
998 */
999 contains(node: INode): boolean {
1000 return contains(this, node);
1001 }
1002
1003 /**
1004 * 获取特定深度的父亲节点

Callers 1

getSuitablePlaceMethod · 0.95

Calls 1

containsFunction · 0.70

Tested by

no test coverage detected