MCPcopy
hub / github.com/socketio/socket.io / destroy

Method destroy

packages/socket.io-parser/lib/index.ts:331–336  ·  packages/socket.io-parser/lib/index.ts::Decoder.destroy

* Deallocates a parser's resources

()

Source from the content-addressed store, hash-verified

329 * Deallocates a parser's resources
330 */
331 public destroy() {
332 if (this.reconstructor) {
333 this.reconstructor.finishedReconstruction();
334 this.reconstructor = null;
335 }
336 }
337}
338
339/**

Callers 1

parser.jsFile · 0.45

Calls 1

Tested by

no test coverage detected