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

Function to_str

test/iobuf_unittest.cpp:134–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132};
133
134std::string to_str(const butil::IOBuf& p) {
135 return p.to_string();
136}
137
138TEST_F(IOBufTest, append_zero) {
139 int fds[2];

Callers 1

TEST_FFunction · 0.85

Calls 1

to_stringMethod · 0.45

Tested by

no test coverage detected