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

Function serviceReset

src/controller/__tests__/problems.test.ts:22–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20const builtinService = container.resolve(BuiltinService);
21
22function serviceReset() {
23 statusBarService.reset();
24 panelService.reset();
25}
26
27describe('The problems controller', () => {
28 test('Should support to inject default value into service', () => {

Callers 1

problems.test.tsFile · 0.85

Calls 1

resetMethod · 0.65

Tested by

no test coverage detected