Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/brpc
/ as_string
Method
as_string
test/string_piece_unittest.cc:17–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
class CommonStringPieceTest : public ::testing::Test {
16
public:
17
static const T as_string(const char* input) {
18
return T(input);
19
}
20
static const T& as_string(const T& input) {
21
return input;
22
}
Callers
15
main
Function · 0.45
OnBatched
Method · 0.45
Run
Method · 0.45
Run
Method · 0.45
Run
Method · 0.45
Run
Method · 0.45
TEST_F
Function · 0.45
dump
Method · 0.45
SetKeyValue
Method · 0.45
ClearKeyValue
Method · 0.45
Run
Method · 0.45
TEST_F
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected