MCPcopy Create free account
hub / github.com/DTStack/molecule / remove

Method remove

src/services/problemsService.ts:33–33  ·  view source on GitHub ↗

* Remove the specific problem items * @param id single or multiple ids

(id: UniqueId | UniqueId[])

Source from the content-addressed store, hash-verified

31 * @param id single or multiple ids
32 */
33 remove(id: UniqueId | UniqueId[]): void;
34 /**
35 * Reset the ProblemsService state data
36 */

Callers 15

tooltip.test.tsxFile · 0.65
initialMenuStyleFunction · 0.65
MenuCompFunction · 0.65
clearOverClassFunction · 0.65
MenuBarControllerClass · 0.65
activateFunction · 0.65
activateFunction · 0.65
removeStatusBarMethod · 0.65
removeNotificationMethod · 0.65
removeMenuMethod · 0.65
getFileFunction · 0.65

Implementers 1

ProblemsServicesrc/services/problemsService.ts

Calls

no outgoing calls

Tested by

no test coverage detected