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

Method mutableBuf

support-lib/cpp/DataRef.cpp:37–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 return _storage.size();
36 }
37 uint8_t* mutableBuf() override {
38 return _storage.data();
39 }
40
41 PlatformObject platformObj() const override {
42 return nullptr; // should not be called, as there's no translation

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected