MCPcopy Create free account
hub / github.com/comaps/comaps / Get

Method Get

libs/base/base_tests/stl_helpers_tests.cpp:19–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17 explicit Int(int v) : m_v(v) {}
18
19 inline int Get() const { return m_v; }
20
21private:
22 int m_v;

Callers 6

UNIT_TESTFunction · 0.45
UNIT_TESTFunction · 0.45
DebugPrintFunction · 0.45
UNIT_TESTFunction · 0.45
TestEqualsByFunction · 0.45
UNIT_TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected