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

Function push_null

contributed/jsonparser/jsonparser.c:200–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198}
199
200void push_null( xsMachine *the, struct jsonparser *fsm )
201{
202 xsResult = xsInteger(1);
203 push( the, fsm, &xsResult );
204}
205
206bool pop_false( xsMachine *the, struct jsonparser *fsm )
207{

Callers 1

xs_jsonparser_receiveFunction · 0.85

Calls 1

pushFunction · 0.85

Tested by

no test coverage detected