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

Method QuickBase64Impl

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

Source from the content-addressed store, hash-verified

46} // namespace
47
48QuickBase64Impl::QuickBase64Impl(std::shared_ptr<CallInvoker> jsInvoker)
49 : NativeQuickBase64CxxSpec(std::move(jsInvoker)) {}
50
51jsi::String QuickBase64Impl::base64FromArrayBuffer(
52 jsi::Runtime& rt,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected