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

Method has

packages/shell/src/model/selection.ts:68–70  ·  view source on GitHub ↗

* 判断是否选中了指定节点 * @param id * @returns

(id: string)

Source from the content-addressed store, hash-verified

66 * @returns
67 */
68 has(id: string): boolean {
69 return this[selectionSymbol].has(id);
70 }
71
72 /**
73 * 选中指定节点(增量方式)

Callers

nothing calls this directly

Calls 1

hasMethod · 0.65

Tested by

no test coverage detected