MCPcopy Create free account
hub / github.com/cameron314/concurrentqueue / Foo

Method Foo

tests/relacy/integrated.cpp:38–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 static void reset() { ctorCount() = 0; dtorCount() = 0; }
37
38 Foo()
39 : id(-2)
40 {
41 ++ctorCount();
42 }
43
44 Foo(int id)
45 : id(id)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected