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

Method add

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

* Add single or multiple items data * @param data

(data: IProblemsItem | IProblemsItem[])

Source from the content-addressed store, hash-verified

26 * @param data
27 */
28 add(data: IProblemsItem | IProblemsItem[]): void;
29 /**
30 * Remove the specific problem items
31 * @param id single or multiple ids

Callers 15

visibleMenuItemFunction · 0.65
addOverClassViaNodeFunction · 0.65
initViewMethod · 0.65
initViewMethod · 0.65
initViewMethod · 0.65
initViewMethod · 0.65
notifyLocaleChangedMethod · 0.65
initViewMethod · 0.65
initViewMethod · 0.65
folderTree.test.tsFile · 0.65

Implementers 1

ProblemsServicesrc/services/problemsService.ts

Calls

no outgoing calls

Tested by

no test coverage detected