MCPcopy Create free account
hub / github.com/ComodoSecurity/openedr / count

Method count

edrav2/eprj/boost/libs/python/test/callbacks.cpp:39–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 void set(int _x) { BOOST_ASSERT(magic == 7654321); this->x = _x; }
38 int value() const { BOOST_ASSERT(magic == 7654321); return x; }
39 static int count() { return counter; }
40 private:
41 void operator=(X const&);
42 private:

Callers 2

work_with_stringFunction · 0.45
exerciseFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected