MCPcopy Create free account
hub / github.com/cwida/FastLanes / prettify_function_name

Function prettify_function_name

src/logger/logger.cpp:16–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14
15std::string linkify(const std::string& link) {
16 std::stringstream ss;
17 ss << "[link]"
18 << "(" << link << ")";
19 return ss.str();
20}
21
22template <typename T>
23void log(const T& obj) {
24 std::string result_file_path = CMAKE_SOURCE_DIR + std::string("/log/log.csv");
25

Callers 1

logger.cppFile · 0.85

Calls 1

lengthMethod · 0.45

Tested by

no test coverage detected