MCPcopy 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

15class 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

mainFunction · 0.45
OnBatchedMethod · 0.45
RunMethod · 0.45
RunMethod · 0.45
RunMethod · 0.45
RunMethod · 0.45
TEST_FFunction · 0.45
dumpMethod · 0.45
SetKeyValueMethod · 0.45
ClearKeyValueMethod · 0.45
RunMethod · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected