MCPcopy Create free account
hub / github.com/callstackincubator/polygen / LoaderError

Method LoaderError

packages/polygen/cpp/ReactNativePolygen/Loader.cpp:13–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11namespace callstack::polygen {
12
13LoaderError::LoaderError(const std::string& what): std::runtime_error(what) {}
14
15std::shared_ptr<Module> Loader::loadModule(std::span<uint8_t> moduleData) const {
16 if (ModuleMetadataView::isMetadata(moduleData)) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected