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

Method capture

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

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

(id: string)

Source from the content-addressed store, hash-verified

35 * @param id 节点 id
36 */
37 capture(id: string) {
38 this[detectingSymbol].capture(this[documentSymbol].getNode(id));
39 }
40
41 /**
42 * hover 离开指定节点

Callers

nothing calls this directly

Calls 2

captureMethod · 0.65
getNodeMethod · 0.65

Tested by

no test coverage detected