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

Method test

test/shared_ref_test.cpp:21–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19 int m_x;
20
21 test(int x)
22 : m_x(x)
23 {
24 log("test(" + fplus::show(m_x) + ")");
25 }
26 test(const test& t)
27 : m_x(t.m_x)
28 {

Callers 1

aFunction · 0.80

Calls 2

logFunction · 0.85
showFunction · 0.50

Tested by

no test coverage detected