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

Function SecureDebugString

be/src/kudu/util/pb_util.cc:645–651  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

643} // anonymous namespace
644
645string SecureDebugString(const Message& msg) {
646 string debug_string;
647 TextFormat::Printer printer;
648 printer.SetDefaultFieldValuePrinter(new SecureFieldPrinter());
649 printer.PrintToString(msg, &debug_string);
650 return debug_string;
651}
652
653string SecureShortDebugString(const Message& msg) {
654 string debug_string;

Callers 13

TEST_FFunction · 0.85
LogAndTraceFailureMethod · 0.85
TEST_FFunction · 0.85
RpcContextMethod · 0.85
RespondSuccessMethod · 0.85
RespondNoCacheMethod · 0.85
PanicMethod · 0.85
AnalyzeResponseMethod · 0.85
TEST_FFunction · 0.85

Calls

no outgoing calls

Tested by 5

TEST_FFunction · 0.68
TEST_FFunction · 0.68
AnalyzeResponseMethod · 0.68
TEST_FFunction · 0.68