MCPcopy 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
260void push_array( xsMachine *the, struct jsonparser *fsm )
261{
262 xsResult = xsInteger(6);
263 push( the, fsm, &xsResult );
264}
265
266bool pop_object( xsMachine *the, struct jsonparser *fsm )
267{

Callers 1

xs_jsonparser_receiveFunction · 0.85

Calls 1

pushFunction · 0.85

Tested by

no test coverage detected