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

Method getResourceType

packages/workspace/src/workspace.ts:199–201  ·  view source on GitHub ↗
(resourceName: string)

Source from the content-addressed store, hash-verified

197 }
198
199 getResourceType(resourceName: string): IResourceType {
200 return this.resourceTypeMap.get(resourceName)!;
201 }
202
203 removeResourceType(resourceName: string) {
204 if (this.resourceTypeMap.has(resourceName)) {

Callers 1

setResourceListMethod · 0.95

Calls 1

getMethod · 0.65

Tested by

no test coverage detected