Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
capture
Method · 0.65
getNode
Method · 0.65
Tested by
no test coverage detected