Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
62
std::string test_function_level0() {
63
std::string call_trace = get_call_trace();
64
return call_trace;
65
}
66
67
std::string test_function_level1() { return test_function_level0(); }
68
Callers
1
test_function_level1
Function · 0.85
Calls
1
get_call_trace
Function · 0.85
Tested by
no test coverage detected