Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
218
void* use_invalid_keys(void* args) {
219
use_invalid_keys_impl(static_cast<const Keys*>(args));
220
return NULL;
221
}
222
223
TEST(KeyTest, use_invalid_keys) {
224
Keys keys;
Callers
nothing calls this directly
Calls
1
use_invalid_keys_impl
Function · 0.85
Tested by
no test coverage detected