Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Moddable-OpenSource/moddable
/ push_null
Function
push_null
contributed/jsonparser/jsonparser.c:200–204 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
198
}
199
200
void push_null( xsMachine *the, struct jsonparser *fsm )
201
{
202
xsResult = xsInteger(1);
203
push( the, fsm, &xsResult );
204
}
205
206
bool pop_false( xsMachine *the, struct jsonparser *fsm )
207
{
Callers
1
xs_jsonparser_receive
Function · 0.85
Calls
1
push
Function · 0.85
Tested by
no test coverage detected