MCPcopy Create free account
hub / github.com/apache/brpc / RemoveSpanDB

Function RemoveSpanDB

src/brpc/span.cpp:559–562  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

557}
558
559static void RemoveSpanDB() {
560 g_span_ending = true;
561 ResetSpanDB(NULL);
562}
563
564static void StartSpanIndexing() {
565 atexit(RemoveSpanDB);

Callers

nothing calls this directly

Calls 1

ResetSpanDBFunction · 0.85

Tested by

no test coverage detected