Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Moddable-OpenSource/moddable
/ pop_true
Function
pop_true
contributed/jsonparser/jsonparser.c:218–222 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
216
}
217
218
bool pop_true( xsMachine *the, struct jsonparser *fsm )
219
{
220
xsResult = xsInteger(3);
221
return pop( the, fsm, &xsResult );
222
}
223
224
void push_true( xsMachine *the, struct jsonparser *fsm )
225
{
Callers
1
xs_jsonparser_receive
Function · 0.85
Calls
1
pop
Function · 0.85
Tested by
no test coverage detected