MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / Blob

Function Blob

Libs/flatbuffers/flexbuffers.h:1068–1070  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1066 }
1067
1068 size_t Blob(const void *data, size_t len) {
1069 return CreateBlob(data, len, 0, FBT_BLOB);
1070 }
1071 size_t Blob(const std::vector<uint8_t> &v) {
1072 return CreateBlob(flatbuffers::vector_data(v), v.size(), 0, FBT_BLOB);
1073 }

Callers 2

EmptyBlobMethod · 0.70
AsBlobMethod · 0.70

Calls 4

CreateBlobFunction · 0.85
vector_dataFunction · 0.85
KeyFunction · 0.70
sizeMethod · 0.45

Tested by

no test coverage detected