Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Moddable-OpenSource/moddable
/ push_true
Function
push_true
contributed/jsonparser/jsonparser.c:224–228 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
222
}
223
224
void push_true( xsMachine *the, struct jsonparser *fsm )
225
{
226
xsResult = xsInteger(3);
227
push( the, fsm, &xsResult );
228
}
229
230
bool pop_number( xsMachine *the, struct jsonparser *fsm )
231
{
Callers
1
xs_jsonparser_receive
Function · 0.85
Calls
1
push
Function · 0.85
Tested by
no test coverage detected