MCPcopy Create free account
hub / github.com/WasmEdge/WasmEdge / unlinkStore

Method unlinkStore

include/runtime/instance/module.h:535–539  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

533 }
534
535 void unlinkStore(StoreManager *Store, std::string_view Name) {
536 // Unlink a specific (Store, Name) entry.
537 std::unique_lock Lock(Mutex);
538 LinkedStore.erase(LinkedStoreKey{Store, std::string(Name)});
539 }
540
541 /// Mutex.
542 mutable std::shared_mutex Mutex;

Callers 2

resetMethod · 0.80
unregisterModuleMethod · 0.80

Calls 1

eraseMethod · 0.80

Tested by

no test coverage detected