Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
559
static void RemoveSpanDB() {
560
g_span_ending = true;
561
ResetSpanDB(NULL);
562
}
563
564
static void StartSpanIndexing() {
565
atexit(RemoveSpanDB);
Callers
nothing calls this directly
Calls
1
ResetSpanDB
Function · 0.85
Tested by
no test coverage detected