Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoMudEngine/GoMud
/ ClearItemVMs
Function
ClearItemVMs
internal/scripting/item.go:18–20 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
16
)
17
18
func
ClearItemVMs() {
19
clear(itemVMCache)
20
}
21
22
// PruneItemVMs is intentionally a no-op. Item VMs are keyed by item spec ID
23
// and are not tied to any instance lifecycle.
Callers
1
PruneVMs
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected