MCPcopy Index your code
hub / github.com/ether/etherpad / stop

Method stop

src/node/security/SecretRotator.ts:124–128  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

122 }
123
124 stop() {
125 this._logger.debug('stopping secret rotation');
126 this._t.clearTimeout(this._updateTimeout);
127 this._updateTimeout = null;
128 }
129
130 async _deriveSecrets(p: any, now: number) {
131 this._logger.debug('deriving secrets from', p);

Callers 8

fileInputSubmitFunction · 0.80
gritter.tsFile · 0.80
doAnimationFunction · 0.80
jquery.tsFile · 0.80
SecretRotator.tsFile · 0.80
server.tsFile · 0.80
closeServerFunction · 0.80

Calls 1

clearTimeoutMethod · 0.80

Tested by

no test coverage detected