MCPcopy Create free account
hub / github.com/Snapchat/Valdi / raw

Method raw

valdi_protobuf/src/valdi_protobuf/Field.cpp:857–861  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

855}
856
857Field Field::raw(const Byte* data, uint32_t length) {
858 Field::FieldStorage storage;
859 storage.raw = data;
860 return Field(storage, InternalType::Raw, length);
861}
862
863Field Field::ref(RefCountable* ref) {
864 Field::FieldStorage storage;

Callers

nothing calls this directly

Calls 1

FieldClass · 0.70

Tested by

no test coverage detected