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

Function pop_true

contributed/jsonparser/jsonparser.c:218–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216}
217
218bool pop_true( xsMachine *the, struct jsonparser *fsm )
219{
220 xsResult = xsInteger(3);
221 return pop( the, fsm, &xsResult );
222}
223
224void push_true( xsMachine *the, struct jsonparser *fsm )
225{

Callers 1

xs_jsonparser_receiveFunction · 0.85

Calls 1

popFunction · 0.85

Tested by

no test coverage detected