Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/3rdparty/libprocess
/ Data
Method
Data
include/process/owned.hpp:197–198 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
195
196
template <typename T>
197
Owned<T>::Data::Data(T* _t)
198
: t(CHECK_NOTNULL(_t)) {}
199
200
201
template <typename T>
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected