MCPcopy Create free account
hub / github.com/DanielChappuis/reactphysics3d / TestKey

Method TestKey

test/tests/containers/TestMap.h:39–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 int key;
38
39 TestKey(int k) :key(k) {}
40
41 bool operator==(const TestKey& testKey) const {
42 return key == testKey.key;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected