MCPcopy Create free account
hub / github.com/corecoding/Vitals / destroy

Method destroy

extension.js:907–915  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

905 }
906
907 destroy() {
908 this._destroyTimer();
909 this._sensors.destroy();
910
911 for (let signal of Object.values(this._settingChangedSignals))
912 this._settings.disconnect(signal);
913
914 super.destroy();
915 }
916});
917
918export default class VitalsExtension extends Extension {

Callers 3

_removeHotItemMethod · 0.45
_redrawMenuMethod · 0.45
disableMethod · 0.45

Calls 1

_destroyTimerMethod · 0.95

Tested by

no test coverage detected