Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Profactor/cv-plot
/ failedString
Function
failedString
CvPlot/ext/catch2/inc/catch.hpp:15492–15492 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15490
15491
#ifdef CATCH_PLATFORM_MAC
15492
const char* failedString() { return
"FAILED"
; }
15493
const char* passedString() { return
"PASSED"
; }
15494
#else
15495
const char* failedString() { return
"failed"
; }
Callers
1
print
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected