MCPcopy Create free account
hub / github.com/bytedance/Fastbot_Android / String

Method String

native/thirdpart/flatbuffers/flexbuffers.h:239–239  ·  view source on GitHub ↗

Size prefix.

Source from the content-addressed store, hash-verified

237 public:
238 // Size prefix.
239 String(const uint8_t *data, uint8_t byte_width) : Sized(data, byte_width) {}
240 // Manual size.
241 String(const uint8_t *data, uint8_t byte_width, size_t sz)
242 : Sized(data, byte_width, sz) {}

Callers 1

ParseFlexBufferValueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected