Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
479
int condition(watchpointinfo* wp)
480
{
481
return wp->cond == 0 || evaluate(wp->cond);
482
}
483
484
485
//---------------------
Callers
1
CondForbidTest
Function · 0.85
Calls
1
evaluate
Function · 0.85
Tested by
no test coverage detected