Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/brpc
/ run_this
Method
run_this
tools/trackme_server/trackme_server.cpp:143–146 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
141
}
142
143
void* BugsLoader::run_this(void* arg) {
144
((BugsLoader*)arg)->run();
145
return NULL;
146
}
147
148
void BugsLoader::run() {
149
// Check status of _bugs_files periodically.
Callers
nothing calls this directly
Calls
1
run
Method · 0.45
Tested by
no test coverage detected