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

Method unloadModule

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

Source from the content-addressed store, hash-verified

138 moduleData: UnsafeArrayBuffer
139 ): InternalModuleMetadata;
140 unloadModule(module: OpaqueModuleNativeHandle): void;
141 getModuleMetadata(module: OpaqueModuleNativeHandle): InternalModuleMetadata;
142
143 // Module instances

Callers

nothing calls this directly

Implementers 1

ReactNativePolygenpackages/polygen/cpp/ReactNativePolyge

Calls

no outgoing calls

Tested by

no test coverage detected