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

Function push_field

contributed/jsonparser/jsonparser.c:284–288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

282}
283
284void push_field( xsMachine *the, struct jsonparser *fsm )
285{
286 xsResult = xsInteger(8);
287 push( the, fsm, &xsResult );
288}
289
290void set_text( xsMachine *the, struct jsonparser *fsm, char *buffer, int size )
291{

Callers 1

xs_jsonparser_receiveFunction · 0.85

Calls 1

pushFunction · 0.85

Tested by

no test coverage detected