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

Method _updateTimeChanged

extension.js:645–648  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

643 }
644
645 _updateTimeChanged() {
646 this._destroyTimer();
647 this._initializeTimer();
648 }
649
650 _addSettingChangedSignal(key, callback) {
651 this._settingChangedSignals.push(this._settings.connect('changed::' + key, callback));

Callers 1

_initializeMenuMethod · 0.95

Calls 2

_destroyTimerMethod · 0.95
_initializeTimerMethod · 0.95

Tested by

no test coverage detected