MCPcopy Create free account
hub / github.com/3DBAG/roofer / test_function

Function test_function

experiments/logger/app/main.cpp:10–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8#include "logger.h"
9
10static void test_function(int i) {
11 auto &logger = Logger::Logger::get_logger();
12
13 std::this_thread::sleep_for(std::chrono::milliseconds(10));
14
15 logger.info("this is the message n° {}.", i);
16}
17
18int main() {
19 std::cout << "Hello world!" << "\n";

Callers

nothing calls this directly

Calls 1

infoMethod · 0.45

Tested by

no test coverage detected