Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
eatString
Function · 0.70
skipWhitespace
Function · 0.70
eatComment
Function · 0.70
cssBeautify
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected