MCPcopy Create free account
hub / github.com/apache/impala / FunctionWithSideEffect

Function FunctionWithSideEffect

be/src/kudu/util/trace-test.cc:825–828  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

823
824namespace {
825string FunctionWithSideEffect(bool* b) {
826 *b = true;
827 return "function-result";
828}
829} // anonymous namespace
830
831// Test that, if tracing is not enabled, a VLOG_AND_TRACE doesn't evaluate its

Callers 1

TEST_FFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected