MCPcopy
hub / github.com/mongodb/node-mongodb-native / Parser

Function Parser

docs/js/livereload.js:23–26  ·  view source on GitHub ↗
(handlers)

Source from the content-addressed store, hash-verified

21
22__protocol.Parser = Parser = (function() {
23 function Parser(handlers) {
24 this.handlers = handlers;
25 this.reset();
26 }
27
28 Parser.prototype.reset = function() {
29 return this.protocol = null;

Callers

nothing calls this directly

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected