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

Method loadModule

packages/polygen/src/NativePolygen.ts:136–136  ·  view source on GitHub ↗
(
    holder: OpaqueModuleNativeHandle,
    moduleData: UnsafeArrayBuffer
  )

Source from the content-addressed store, hash-verified

134
135 // Modules
136 loadModule(
137 holder: OpaqueModuleNativeHandle,
138 moduleData: UnsafeArrayBuffer
139 ): InternalModuleMetadata;

Callers 2

loadModuleMethod · 0.65
constructorMethod · 0.65

Implementers 1

ReactNativePolygenpackages/polygen/cpp/ReactNativePolyge

Calls

no outgoing calls

Tested by

no test coverage detected