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

Method inactiveModule

src/services/builtinService/index.ts:34–34  ·  view source on GitHub ↗

* Mark the specific module as inactive

(id: keyof typeof modules)

Source from the content-addressed store, hash-verified

32 * Mark the specific module as inactive
33 */
34 inactiveModule(id: keyof typeof modules): boolean;
35 /**
36 * Get the specific constant by id
37 */

Callers 13

editorTree.test.tsFile · 0.65
statusBar.test.tsFile · 0.65
explorer.test.tsFile · 0.65
problems.test.tsFile · 0.65
folderTree.test.tsFile · 0.65
panel.test.tsFile · 0.65
extension.test.tsFile · 0.65
search.test.tsFile · 0.65
outline.test.tsFile · 0.65
menuBar.test.tsFile · 0.65

Implementers 1

BuiltinServicesrc/services/builtinService/index.ts

Calls

no outgoing calls

Tested by

no test coverage detected