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

Method start

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

Source from the content-addressed store, hash-verified

116 }
117
118 async start() {
119 this._logger.debug('starting secret rotation');
120 if (this._updateTimeout != null) return; // Already started.
121 await this._update();
122 }
123
124 stop() {
125 this._logger.debug('stopping secret rotation');

Callers 9

createTimerForModalFunction · 0.80
jquery.tsFile · 0.80
initFunction · 0.80
SecretRotator.tsFile · 0.80
server.tsFile · 0.80
applyUpdateFunction · 0.80
express.tsFile · 0.80
handleUserChangesFunction · 0.80

Calls 1

_updateMethod · 0.95

Tested by

no test coverage detected