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

Function pop_field

contributed/jsonparser/jsonparser.c:278–282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

276}
277
278bool pop_field( xsMachine *the, struct jsonparser *fsm )
279{
280 xsResult = xsInteger(8);
281 return pop( the, fsm, &xsResult );
282}
283
284void push_field( xsMachine *the, struct jsonparser *fsm )
285{

Callers 1

xs_jsonparser_receiveFunction · 0.85

Calls 1

popFunction · 0.85

Tested by

no test coverage detected