Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/3rdparty/libprocess
/ Data
Method
Data
include/process/shared.hpp:183–184 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
181
182
template <typename T>
183
Shared<T>::Data::Data(T* _t)
184
: t(CHECK_NOTNULL(_t)), owned(false) {}
185
186
187
template <typename T>
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected