Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/brpc
/ need_ostream
Function
need_ostream
test/logging_unittest.cc:388–390 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
386
}
387
388
static void need_ostream(std::ostream& os, const char* s) {
389
os << s;
390
}
391
392
TEST_F(LoggingTest, as_ostream) {
393
::logging::FLAGS_crash_on_fatal_log = false;
Callers
1
TEST_F
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected