MCPcopy 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
143void* BugsLoader::run_this(void* arg) {
144 ((BugsLoader*)arg)->run();
145 return NULL;
146}
147
148void BugsLoader::run() {
149 // Check status of _bugs_files periodically.

Callers

nothing calls this directly

Calls 1

runMethod · 0.45

Tested by

no test coverage detected