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

Method release

packages/shell/src/model/detecting.ts:45–47  ·  view source on GitHub ↗

* hover 离开指定节点 * @param id 节点 id

(id: string)

Source from the content-addressed store, hash-verified

43 * @param id 节点 id
44 */
45 release(id: string) {
46 this[detectingSymbol].release(this[documentSymbol].getNode(id));
47 }
48
49 /**
50 * 清空 hover 态

Callers

nothing calls this directly

Calls 2

releaseMethod · 0.65
getNodeMethod · 0.65

Tested by

no test coverage detected