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

Method removeResourceType

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

Source from the content-addressed store, hash-verified

201 }
202
203 removeResourceType(resourceName: string) {
204 if (this.resourceTypeMap.has(resourceName)) {
205 this.resourceTypeMap.delete(resourceName);
206 }
207 }
208
209 removeEditorWindowById(id: string) {
210 const index = this.windows.findIndex(d => (d.id === id));

Callers

nothing calls this directly

Calls 2

hasMethod · 0.65
deleteMethod · 0.65

Tested by

no test coverage detected