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

Method checkToken

engine/cssparser.js:186–186  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

184
185 parse(input) {
186 const checkToken = (a, b) => !this.escaping && this.stringState === StringState.None && a === b;
187
188 const checkSES = c => {
189 if (this.escaping) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected