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

Method isclosing

engine/htmlparser.js:90–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88
89 const isspace = c => c === ' ' || c === '\n';
90 const isclosing = c => c === '>' || c === '/';
91
92 const isVoidEl = (name = this.currentName) => VOID_ELEMENTS.includes(name);
93

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected