MCPcopy Index your code
hub / github.com/zxlie/FeHelper / next

Function next

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

Source from the content-addressed store, hash-verified

16 let whiteRe = /^\s+$/;
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) => {

Callers 4

eatStringFunction · 0.70
skipWhitespaceFunction · 0.70
eatCommentFunction · 0.70
cssBeautifyFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected