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

Method value

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

Source from the content-addressed store, hash-verified

36
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&);

Callers 15

operator+Method · 0.45
operator-Function · 0.45
operators.cppFile · 0.45
operator<Function · 0.45
absFunction · 0.45
powFunction · 0.45
get_fair_valueFunction · 0.45
lookMethod · 0.45
vMethod · 0.45
x_valueFunction · 0.45
x_repFunction · 0.45
lookFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected