MCPcopy 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
388static void need_ostream(std::ostream& os, const char* s) {
389 os << s;
390}
391
392TEST_F(LoggingTest, as_ostream) {
393 ::logging::FLAGS_crash_on_fatal_log = false;

Callers 1

TEST_FFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected