| 7092 | |
| 7093 | int IReporter::get_num_stringified_contexts() { return detail::g_cs->stringifiedContexts.size(); } |
| 7094 | const String* IReporter::get_stringified_contexts() { |
| 7095 | return get_num_stringified_contexts() ? &detail::g_cs->stringifiedContexts[0] : nullptr; |
| 7096 | } |
| 7097 | |
| 7098 | namespace detail { |
| 7099 | void registerReporterImpl(const char* name, int priority, reporterCreatorFunc c, bool isReporter) { |
nothing calls this directly
no outgoing calls
no test coverage detected