Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/datalust/seq-logging
/ _reset
Method
_reset
seq_logger.js:141–148 ·
view source on GitHub ↗
(shipper)
Source
from the content-addressed store, hash-verified
139
}
140
141
_reset(shipper) {
142
if
(this._activeShipper === shipper) {
143
this._activeShipper = null;
144
if
(this._queue.length !== 0) {
145
this._setTimer();
146
}
147
}
148
}
149
150
/**
151
*
Callers
1
_ship
Method · 0.95
Calls
1
_setTimer
Method · 0.95
Tested by
no test coverage detected