| 46 | } // namespace |
| 47 | |
| 48 | QuickBase64Impl::QuickBase64Impl(std::shared_ptr<CallInvoker> jsInvoker) |
| 49 | : NativeQuickBase64CxxSpec(std::move(jsInvoker)) {} |
| 50 | |
| 51 | jsi::String QuickBase64Impl::base64FromArrayBuffer( |
| 52 | jsi::Runtime& rt, |
nothing calls this directly
no outgoing calls
no test coverage detected