Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/alibaba/lowcode-engine
/ set
Method
set
packages/shell/src/api/config.ts:20–22 ·
view source on GitHub ↗
(key: string, value: any)
Source
from the content-addressed store, hash-verified
18
}
19
20
set(key: string, value: any): void {
21
this[configSymbol].set(key, value);
22
}
23
24
setConfig(config: { [key: string]: any }): void {
25
this[configSymbol].setConfig(config);
Callers
nothing calls this directly
Calls
1
set
Method · 0.65
Tested by
no test coverage detected