MCPcopy Create free account
hub / github.com/GoMudEngine/GoMud / ClearRoomVMs

Function ClearRoomVMs

internal/scripting/room.go:21–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19)
20
21func ClearRoomVMs() {
22 clear(roomVMCache)
23}
24
25// InvalidateRoomVM removes the cached VM for a room so the next call reloads
26// the script from disk. Call this after saving a room script via the admin API.

Callers 1

PruneVMsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected