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

Method TestNode

tests/relacy/freelist.cpp:119–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117{
118 int value;
119 TestNode() { }
120 explicit TestNode(int value) : value(value) { }
121};
122

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected