MCPcopy Create free account
hub / github.com/apache/fory / test_function_level0

Function test_function_level0

cpp/fory/util/logging_test.cc:62–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62std::string test_function_level0() {
63 std::string call_trace = get_call_trace();
64 return call_trace;
65}
66
67std::string test_function_level1() { return test_function_level0(); }
68

Callers 1

test_function_level1Function · 0.85

Calls 1

get_call_traceFunction · 0.85

Tested by

no test coverage detected