Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodingGay/BlackDex
/ passedString
Function
passedString
Bcore/src/main/cpp/Dobby/tests/catch.hpp:11202–11204 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11200
return
"FAILED"
;
11201
}
11202
const char *passedString() {
11203
return
"PASSED"
;
11204
}
11205
#else
11206
const char *failedString() {
11207
return
"failed"
;
Callers
1
print
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected