MCPcopy 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
49DataRef::DataRef(size_t len) {
50 _impl = std::make_shared<DataRefCpp>(len);
51}
52
53DataRef::DataRef(const void* data, size_t len) {
54 _impl = std::make_shared<DataRefCpp>(len);

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected