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

Method documents

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

* 获取当前 project 下所有 documents * @returns

()

Source from the content-addressed store, hash-verified

67 * @returns
68 */
69 get documents(): IPublicModelDocumentModel[] {
70 return this[projectSymbol].documents.map((doc) => ShellDocumentModel.create(doc)!);
71 }
72
73 /**
74 * 获取模拟器的 host

Callers

nothing calls this directly

Calls 2

mapMethod · 0.65
createMethod · 0.45

Tested by

no test coverage detected