Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Moddable-OpenSource/moddable
/ push_array
Function
push_array
contributed/jsonparser/jsonparser.c:260–264 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
258
}
259
260
void push_array( xsMachine *the, struct jsonparser *fsm )
261
{
262
xsResult = xsInteger(6);
263
push( the, fsm, &xsResult );
264
}
265
266
bool pop_object( xsMachine *the, struct jsonparser *fsm )
267
{
Callers
1
xs_jsonparser_receive
Function · 0.85
Calls
1
push
Function · 0.85
Tested by
no test coverage detected