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

Method data

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

Source from the content-addressed store, hash-verified

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 }
22private:
23 std::string data_;
24};

Callers 15

decodeBase64Function · 0.80
base64FromArrayBufferMethod · 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