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

Function push_number

contributed/jsonparser/jsonparser.c:236–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234}
235
236void push_number( xsMachine *the, struct jsonparser *fsm )
237{
238 xsResult = xsInteger(4);
239 push( the, fsm, &xsResult );
240}
241
242bool pop_string( xsMachine *the, struct jsonparser *fsm )
243{

Callers 1

xs_jsonparser_receiveFunction · 0.85

Calls 1

pushFunction · 0.85

Tested by

no test coverage detected