MCPcopy Create free account
hub / github.com/Compaile/ctrack / get_stringified_contexts

Method get_stringified_contexts

test/doctest.h:7094–7096  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected