MCPcopy Index your code
hub / github.com/alibaba/lowcode-engine / get

Method get

packages/editor-core/src/config.ts:236–238  ·  view source on GitHub ↗

* 获取指定 key 的值 * @param key * @param defaultValue

(key: string, defaultValue?: any)

Source from the content-addressed store, hash-verified

234 * @param defaultValue
235 */
236 get(key: string, defaultValue?: any): any {
237 return lodashGet(this.config, key, defaultValue);
238 }
239
240 /**
241 * 设置指定 key 的值

Callers 1

notifyGotMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected