Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Selectively11/CloudRedirect
/ peek
Method
peek
src/common/json.cpp:55–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
}
54
55
char peek() { return pos < len ? s[pos] : 0; }
56
char next() { return pos < len ? s[pos++] : 0; }
57
58
Value parseValue() {
Callers
1
ReadCNFile
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected