MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / getLastResult

Method getLastResult

unittests/catch.hpp:8723–8725  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8721 }
8722
8723 const AssertionResult * RunContext::getLastResult() const {
8724 return &(*m_lastResult);
8725 }
8726
8727 void RunContext::exceptionEarlyReported() {
8728 m_shouldReportUnexpected = false;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected