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

Method peek

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

Source from the content-addressed store, hash-verified

96
97 for (let i = 0; i < input.length; i++) {
98 const peek = () => input[i + 1];
99
100 const c = input[i];
101 if (c == '\\') {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected