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

Function use_invalid_keys

test/bthread_key_unittest.cpp:218–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216}
217
218void* use_invalid_keys(void* args) {
219 use_invalid_keys_impl(static_cast<const Keys*>(args));
220 return NULL;
221}
222
223TEST(KeyTest, use_invalid_keys) {
224 Keys keys;

Callers

nothing calls this directly

Calls 1

use_invalid_keys_implFunction · 0.85

Tested by

no test coverage detected