MCPcopy Create free account
hub / github.com/TASEmulators/fceux / Connect

Function Connect

src/conddebug.cpp:509–512  ·  view source on GitHub ↗

Handle || and && operators */

Source from the content-addressed store, hash-verified

507
508/* Handle || and && operators */
509static Condition* Connect(const char** str)
510{
511 return InfixOperator(str, Compare, ConnectOperators);
512}
513
514/* Root of the parser generator */
515Condition* generateCondition(const char* str)

Callers 2

ParenthesesFunction · 0.85
generateConditionFunction · 0.85

Calls 1

InfixOperatorFunction · 0.85

Tested by

no test coverage detected