Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ failedString
Function
failedString
extlibs/catch/include/catch/catch.hpp:15015–15015 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15013
15014
#ifdef CATCH_PLATFORM_MAC
15015
const char* failedString() { return
"FAILED"
; }
15016
const char* passedString() { return
"PASSED"
; }
15017
#else
15018
const char* failedString() { return
"failed"
; }
Callers
1
print
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected