Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danoon2/Boxedwine
/ assertTrue
Function
assertTrue
source/test/testCPU.cpp:71–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
}
70
71
void assertTrue(int b) {
72
if (!b) {
73
failed(
"Assert failed"
);
74
}
75
}
76
77
void tearDown() {
78
process->deleteThread(cpu->thread);
Callers
15
assertTrueF
Function · 0.85
assertTrueD
Function · 0.85
doF32Instruction
Function · 0.85
assertTest
Function · 0.85
F32ComBase
Function · 0.85
FSTFloat
Function · 0.85
doFLDSti
Function · 0.85
doFXCHSTi
Function · 0.85
doFSTPSTi
Function · 0.85
doFCHS
Function · 0.85
doFABS
Function · 0.85
doFLD1
Function · 0.85
Calls
1
failed
Function · 0.85
Tested by
no test coverage detected