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

Method Loader

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

Source from the content-addressed store, hash-verified

22class Loader final {
23public:
24 Loader(const ModuleBag& registry): registry_(registry) {}
25
26 std::shared_ptr<Module> loadModule(std::span<uint8_t> moduleData) const;
27 std::shared_ptr<Module> loadModuleByName(const std::string& name, const std::string& checksum) const;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected