MCPcopy Index your code
hub / github.com/Moddable-OpenSource/moddable / pop_array

Function pop_array

contributed/jsonparser/jsonparser.c:254–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252}
253
254bool pop_array( xsMachine *the, struct jsonparser *fsm )
255{
256 xsResult = xsInteger(6);
257 return pop( the, fsm, &xsResult );
258}
259
260void push_array( xsMachine *the, struct jsonparser *fsm )
261{

Callers 1

xs_jsonparser_receiveFunction · 0.85

Calls 1

popFunction · 0.85

Tested by

no test coverage detected