MCPcopy Create free account
hub / github.com/ambianic/peerfetch / _stopPing

Method _stopPing

javascript/src/peerfetch.ts:361–365  ·  view source on GitHub ↗

* Stop keepalive pings.

()

Source from the content-addressed store, hash-verified

359 * Stop keepalive pings.
360 */
361 _stopPing () {
362 if (this._keepAlive) {
363 clearInterval(this._keepAlive)
364 }
365 }
366
367 /**
368 Return the next available ticket number

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected