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

Function get_sizes

src/bthread/id.cpp:316–321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

314};
315
316size_t get_sizes(const bthread_id_list_t* list, size_t* cnt, size_t n) {
317 if (list->impl == NULL) {
318 return 0;
319 }
320 return static_cast<bthread::IdList*>(list->impl)->get_sizes(cnt, n);
321}
322
323const int ID_MAX_RANGE = 1024;
324

Callers 1

DebugSocketMethod · 0.85

Calls 1

get_sizesMethod · 0.80

Tested by

no test coverage detected