Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/datalust/seq-logging
/ _clearTimer
Method
_clearTimer
seq_logger.js:96–101 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
94
}
95
96
_clearTimer() {
97
if
(this._timer !== null) {
98
clearTimeout(this._timer);
99
this._timer = null;
100
}
101
}
102
103
_onTimer() {
104
if
(!this._activeShipper) {
Callers
2
close
Method · 0.95
seq_logger_tests.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected