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

Method OsStackTraceGetter

tests/gtest/gtest-all.cc:840–840  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

838class OsStackTraceGetter : public OsStackTraceGetterInterface {
839 public:
840 OsStackTraceGetter() {}
841
842 std::string CurrentStackTrace(int max_depth, int skip_count) override;
843 void UponLeavingGTest() override;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected