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

Method _destroyTimer

extension.js:632–638  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

630 }
631
632 _destroyTimer() {
633 // invalidate and reinitialize timer
634 if (this._refreshTimeoutId != null) {
635 GLib.Source.remove(this._refreshTimeoutId);
636 this._refreshTimeoutId = null;
637 }
638 }
639
640 _updateTimeSettingChanged() {
641 this._destroyTimer();

Callers 3

_updateTimeChangedMethod · 0.95
destroyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected