| 7091 | } |
| 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected