Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/alibaba/lowcode-engine
/ createRootScope
Method
createRootScope
modules/code-generator/src/utils/Scope.ts:8–10 ·
view source on GitHub ↗
* 创建根部 Scope,根据需要被上溯的作用域链决定是否开启新的
()
Source
from the content-addressed store, hash-verified
6
* 创建根部 Scope,根据需要被上溯的作用域链决定是否开启新的
7
*/
8
static createRootScope(): IScope {
9
return
new
Scope();
10
}
11
12
bindings?: IScopeBindings;
13
Callers
11
function
Function · 0.80
plugin
Function · 0.80
plugin
Function · 0.80
plugin
Function · 0.80
plugin
Function · 0.80
plugin
Function · 0.80
plugin
Function · 0.80
plugin
Function · 0.80
plugin
Function · 0.80
compositeType.test.ts
File · 0.80
start
Function · 0.80
Calls
no outgoing calls
Tested by
1
start
Function · 0.64