Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
236
void push_number( xsMachine *the, struct jsonparser *fsm )
237
{
238
xsResult = xsInteger(4);
239
push( the, fsm, &xsResult );
240
}
241
242
bool pop_string( xsMachine *the, struct jsonparser *fsm )
243
{
Callers
1
xs_jsonparser_receive
Function · 0.85
Calls
1
push
Function · 0.85
Tested by
no test coverage detected