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

Function push_true

contributed/jsonparser/jsonparser.c:224–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222}
223
224void push_true( xsMachine *the, struct jsonparser *fsm )
225{
226 xsResult = xsInteger(3);
227 push( the, fsm, &xsResult );
228}
229
230bool pop_number( xsMachine *the, struct jsonparser *fsm )
231{

Callers 1

xs_jsonparser_receiveFunction · 0.85

Calls 1

pushFunction · 0.85

Tested by

no test coverage detected