Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InteractiveComputerGraphics/TriangleMeshDistance
/ failedString
Function
failedString
tests/catch.hpp:12809–12809 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12807
12808
#ifdef CATCH_PLATFORM_MAC
12809
const char* failedString() { return
"FAILED"
; }
12810
const char* passedString() { return
"PASSED"
; }
12811
#else
12812
const char* failedString() { return
"failed"
; }
Callers
1
print
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected