MCPcopy Create free account
hub / github.com/Dobiasd/FunctionalPlus / log

Function log

test/shared_ref_test.cpp:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11std::vector<std::string> logs;
12
13void log(const std::string& str)
14{
15 logs.push_back(str);
16}
17
18struct test {
19 int m_x;

Callers 3

testMethod · 0.85
testClass · 0.85
~testMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected