MCPcopy Create free account
hub / github.com/Snapchat/djinni / len

Method len

support-lib/cpp/DataRef.cpp:34–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 return _storage.data();
33 }
34 size_t len() const override {
35 return _storage.size();
36 }
37 uint8_t* mutableBuf() override {
38 return _storage.data();
39 }

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected