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

Function look

edrav2/eprj/boost/libs/python/test/auto_ptr.cpp:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24};
25
26int look(std::auto_ptr<X> const& x)
27{
28 return (x.get()) ? x->value() : -1;
29}
30
31int steal(std::auto_ptr<X> x)
32{

Callers 1

look_storeMethod · 0.85

Calls 2

getMethod · 0.45
valueMethod · 0.45

Tested by

no test coverage detected