MCPcopy
hub / github.com/alibaba/lowcode-engine / set

Method set

packages/shell/src/api/simulator-host.ts:47–49  ·  view source on GitHub ↗

* 设置 host 配置值 * @param key * @param value

(key: string, value: any)

Source from the content-addressed store, hash-verified

45 * @param value
46 */
47 set(key: string, value: any): void {
48 this[simulatorHostSymbol].set(key, value);
49 }
50
51 /**
52 * 获取 host 配置值

Callers

nothing calls this directly

Calls 1

setMethod · 0.65

Tested by

no test coverage detected