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

Method isInactive

src/services/extensionService.ts:250–255  ·  view source on GitHub ↗
(extension: IExtension)

Source from the content-addressed store, hash-verified

248 }
249
250 private isInactive(extension: IExtension): boolean {
251 if (this._inactive && typeof this._inactive === 'function') {
252 return this._inactive(extension);
253 }
254 return false;
255 }
256
257 public splitLanguagesExts(
258 extensions: IExtension[]

Callers 1

activateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected