MCPcopy 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

functionFunction · 0.80
pluginFunction · 0.80
pluginFunction · 0.80
pluginFunction · 0.80
pluginFunction · 0.80
pluginFunction · 0.80
pluginFunction · 0.80
pluginFunction · 0.80
pluginFunction · 0.80
startFunction · 0.80

Calls

no outgoing calls

Tested by 1

startFunction · 0.64