MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / Abort

Function Abort

tests/gtest/gtest.h:2376–2376  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2374[[noreturn]] void Abort();
2375#else
2376[[noreturn]] inline void Abort() { abort(); }
2377#endif // GTEST_OS_WINDOWS_MOBILE
2378
2379} // namespace posix

Callers 3

AddTestNameFunction · 0.70
RegisterMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected