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

Function condition

src/debug.cpp:479–482  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

477}
478
479int condition(watchpointinfo* wp)
480{
481 return wp->cond == 0 || evaluate(wp->cond);
482}
483
484
485//---------------------

Callers 1

CondForbidTestFunction · 0.85

Calls 1

evaluateFunction · 0.85

Tested by

no test coverage detected