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