Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
134
std::string to_str(const butil::IOBuf& p) {
135
return p.to_string();
136
}
137
138
TEST_F(IOBufTest, append_zero) {
139
int fds[2];
Callers
1
TEST_F
Function · 0.85
Calls
1
to_string
Method · 0.45
Tested by
no test coverage detected