Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catchorg/Catch2
/ missingCaptureInstance
Function
missingCaptureInstance
extras/catch_amalgamated.cpp:2499–2501 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2497
namespace Catch {
2498
namespace Detail {
2499
void missingCaptureInstance() {
2500
CATCH_INTERNAL_ERROR(
"No result capture instance"
);
2501
}
2502
} // namespace Detail
2503
2504
IResultCapture::~IResultCapture() = default;
Callers
1
catch_amalgamated.hpp
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected