Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/djinni
/ DataRef
Method
DataRef
support-lib/cpp/DataRef.cpp:49–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
};
48
49
DataRef::DataRef(size_t len) {
50
_impl = std::make_shared<DataRefCpp>(len);
51
}
52
53
DataRef::DataRef(const void* data, size_t len) {
54
_impl = std::make_shared<DataRefCpp>(len);
Callers
nothing calls this directly
Calls
1
size
Method · 0.80
Tested by
no test coverage detected