Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Moddable-OpenSource/moddable
/ pop_field
Function
pop_field
contributed/jsonparser/jsonparser.c:278–282 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
276
}
277
278
bool pop_field( xsMachine *the, struct jsonparser *fsm )
279
{
280
xsResult = xsInteger(8);
281
return pop( the, fsm, &xsResult );
282
}
283
284
void push_field( xsMachine *the, struct jsonparser *fsm )
285
{
Callers
1
xs_jsonparser_receive
Function · 0.85
Calls
1
pop
Function · 0.85
Tested by
no test coverage detected