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

Method get_num_stringified_contexts

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

Source from the content-addressed store, hash-verified

7091}
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}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected