Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/3rdparty/libprocess
/ reset
Method
reset
include/process/shared.hpp:136–139 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
134
135
template <typename T>
136
void Shared<T>::reset()
137
{
138
data.reset();
139
}
140
141
142
template <typename T>
Callers
2
Shared
Method · 0.45
own
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected