| 838 | class OsStackTraceGetter : public OsStackTraceGetterInterface { |
| 839 | public: |
| 840 | OsStackTraceGetter() {} |
| 841 | |
| 842 | std::string CurrentStackTrace(int max_depth, int skip_count) override; |
| 843 | void UponLeavingGTest() override; |
nothing calls this directly
no outgoing calls
no test coverage detected