Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IChooseYou/Reclass
/ testFmtBool
Method
testFmtBool
tests/test_format.cpp:26–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
}
25
26
void testFmtBool() {
27
QCOMPARE(fmt::fmtBool(1), QString(
"true"
));
28
QCOMPARE(fmt::fmtBool(0), QString(
"false"
));
29
}
30
31
void testFmtPointer64_null() {
32
QCOMPARE(fmt::fmtPointer64(0), QString(
"-> NULL"
));
Callers
nothing calls this directly
Calls
1
fmtBool
Function · 0.85
Tested by
no test coverage detected