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

Method getModuleMetadata

packages/polygen/src/NativePolygen.ts:141–141  ·  view source on GitHub ↗
(module: OpaqueModuleNativeHandle)

Source from the content-addressed store, hash-verified

139 ): InternalModuleMetadata;
140 unloadModule(module: OpaqueModuleNativeHandle): void;
141 getModuleMetadata(module: OpaqueModuleNativeHandle): InternalModuleMetadata;
142
143 // Module instances
144 createModuleInstance(

Callers

nothing calls this directly

Implementers 1

ReactNativePolygenpackages/polygen/cpp/ReactNativePolyge

Calls

no outgoing calls

Tested by

no test coverage detected