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

Method get

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

* 获取 host 配置值 * @param key * @returns

(key: string)

Source from the content-addressed store, hash-verified

54 * @returns
55 */
56 get(key: string): any {
57 return this[simulatorHostSymbol].get(key);
58 }
59
60 /**
61 * scroll to specific node

Callers

nothing calls this directly

Calls 1

getMethod · 0.65

Tested by

no test coverage detected