Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Selectively11/CloudRedirect
/ parseNull
Method
parseNull
src/common/json.cpp:165–168 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
163
}
164
165
Value parseNull() {
166
pos += (pos + 4 <= len) ? 4 : (len - pos);
167
return Value();
168
}
169
170
Value parseArray() {
171
if (depth >= MAX_DEPTH) return Value();
Callers
nothing calls this directly
Calls
1
Value
Class · 0.85
Tested by
no test coverage detected