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

Function ClearSpellVMs

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

Source from the content-addressed store, hash-verified

18)
19
20func ClearSpellVMs() {
21 clear(spellVMCache)
22}
23
24// PruneSpellVMs is intentionally a no-op. Spell VMs are keyed by spell ID
25// and are not tied to any instance lifecycle.

Callers 1

PruneVMsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected