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

Method resourceList

packages/shell/src/api/workspace.ts:15–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13 }
14
15 get resourceList() {
16 return this[workspaceSymbol].getResourceList().map((d) => new ShellResource(d));
17 }
18
19 setResourceList(resourceList: IPublicResourceList) {
20 this[workspaceSymbol].setResourceList(resourceList);

Callers

nothing calls this directly

Calls 2

mapMethod · 0.65
getResourceListMethod · 0.65

Tested by

no test coverage detected