Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
26
int look(std::auto_ptr<X> const& x)
27
{
28
return (x.get()) ? x->value() : -1;
29
}
30
31
int steal(std::auto_ptr<X> x)
32
{
Callers
1
look_store
Method · 0.85
Calls
2
get
Method · 0.45
value
Method · 0.45
Tested by
no test coverage detected