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

Method peek

engine/cssparser.js:217–217  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

215
216 for (let i = 0; i < input.length; i++) {
217 const peek = () => input[i + 1];
218
219 const c = input[i];
220 if (c == '\\') {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected