MCPcopy Index your code
hub / github.com/DTStack/molecule / update

Method update

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

* Update the specific data * @param data single or multiple problems

(data: IProblemsItem<T> | IProblemsItem<T>[])

Source from the content-addressed store, hash-verified

40 * @param data single or multiple problems
41 */
42 update<T>(data: IProblemsItem<T> | IProblemsItem<T>[]): void;
43 /**
44 * Toggle the Problems view between display or hidden
45 */

Callers 11

onChangeMethod · 0.65
MenuBarControllerClass · 0.65
SettingsControllerClass · 0.65
callbackMethod · 0.65
runMethod · 0.65
runMethod · 0.65
updateStatusMethod · 0.65
activateFunction · 0.65
updateStatusBarMethod · 0.65
updateMenuMethod · 0.65

Implementers 1

ProblemsServicesrc/services/problemsService.ts

Calls

no outgoing calls

Tested by

no test coverage detected