Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Moddable-OpenSource/moddable
/ pop_array
Function
pop_array
contributed/jsonparser/jsonparser.c:254–258 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
252
}
253
254
bool pop_array( xsMachine *the, struct jsonparser *fsm )
255
{
256
xsResult = xsInteger(6);
257
return pop( the, fsm, &xsResult );
258
}
259
260
void push_array( xsMachine *the, struct jsonparser *fsm )
261
{
Callers
1
xs_jsonparser_receive
Function · 0.85
Calls
1
pop
Function · 0.85
Tested by
no test coverage detected