MCPcopy Create free account
hub / github.com/craftzdog/react-native-quick-base64 / size

Method size

cpp/QuickBase64Impl.cpp:18–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16public:
17 explicit DecodedBuffer(std::string&& s) noexcept : data_(std::move(s)) {}
18 size_t size() const override { return data_.size(); }
19 uint8_t* data() override {
20 return reinterpret_cast<uint8_t*>(data_.data());
21 }

Callers 15

decodeBase64Function · 0.80
base64FromArrayBufferMethod · 0.80
base64ToArrayBufferMethod · 0.80
simdutf.hFile · 0.80
detect_encodingsFunction · 0.80
validate_utf8Function · 0.80
validate_asciiFunction · 0.80
validate_utf16_as_asciiFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected