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

Function ClearBuffVMs

internal/scripting/buff.go:18–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16)
17
18func ClearBuffVMs() {
19 clear(buffVMCache)
20}
21
22// PruneBuffVMs is intentionally a no-op. Buff VMs are keyed by buff spec ID
23// and are not tied to any instance lifecycle.

Callers 1

PruneVMsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected