MCPcopy Create free account
hub / github.com/zxlie/FeHelper / peek

Function peek

apps/code-beautify/content-script.js:19–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17 let pos = -1, ch;
18 let next = () => { ch = source_text.charAt(++pos); return ch; };
19 let peek = () => source_text.charAt(pos + 1);
20
21 let eatString = (comma) => {
22 let start = pos;

Callers 3

eatWhitespaceFunction · 0.70
eatCommentFunction · 0.70
cssBeautifyFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected