Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RenderKit/embree
/ failedString
Function
failedString
tutorials/external/catch.hpp:13096–13096 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13094
13095
#ifdef CATCH_PLATFORM_MAC
13096
const char* failedString() { return
"FAILED"
; }
13097
const char* passedString() { return
"PASSED"
; }
13098
#else
13099
const char* failedString() { return
"failed"
; }
Callers
1
print
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected