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

Method simulatorHost

packages/shell/src/api/project.ts:76–78  ·  view source on GitHub ↗

* 获取模拟器的 host

()

Source from the content-addressed store, hash-verified

74 * 获取模拟器的 host
75 */
76 get simulatorHost(): IPublicApiSimulatorHost | null {
77 return SimulatorHost.create(this[projectSymbol].simulator as any || this[simulatorHostSymbol]);
78 }
79
80 /**
81 * @deprecated use .simulatorHost instead.

Callers

nothing calls this directly

Calls 1

createMethod · 0.45

Tested by

no test coverage detected