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

Method Append

test/brpc_channel_unittest.cpp:143–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141 }
142
143 void Append(const std::string& s) {
144 str.append(s);
145 }
146
147private:
148 std::string str;

Callers 7

TEST_FFunction · 0.45
CallAfterRpcMethod · 0.45
TESTFunction · 0.45
TEST_FFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected