MCPcopy Create free account
hub / github.com/CanadaHonk/shadow / constructor

Method constructor

engine/htmlparser.js:58–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56 parent = this.document;
57
58 constructor() {}
59
60 parse(input, autoParent = true) {
61 const checkToken = (a, b) => !this.escaping && a === b;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected