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

Method platformObj

support-lib/cpp/DataRef.cpp:41–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 }
40
41 PlatformObject platformObj() const override {
42 return nullptr; // should not be called, as there's no translation
43 }
44
45private:
46 std::vector<uint8_t> _storage;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected