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

Function linkify

src/logger/logger.cpp:24–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22template <typename T>
23void log(const T& obj) {
24 std::string result_file_path = CMAKE_SOURCE_DIR + std::string("/log/log.csv");
25
26 static std::ofstream FILE {result_file_path};
27 static Logger LOGGER {FILE};
28 LOGGER.Log(obj);
29}
30
31template <typename T>
32void show(const T& obj) {

Callers 1

finishFunction · 0.85

Calls 1

strMethod · 0.45

Tested by

no test coverage detected