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

Function PruneBuffVMs

internal/scripting/buff.go:24–25  ·  view source on GitHub ↗

PruneBuffVMs is intentionally a no-op. Buff VMs are keyed by buff spec ID and are not tied to any instance lifecycle.

(instanceIds ...int)

Source from the content-addressed store, hash-verified

22// PruneBuffVMs is intentionally a no-op. Buff VMs are keyed by buff spec ID
23// and are not tied to any instance lifecycle.
24func PruneBuffVMs(instanceIds ...int) {
25}
26
27// InvalidateBuffVM removes the cached VM for a buff spec so the next call
28// reloads the script from disk. Call this after saving a buff script via the

Callers 1

PruneVMsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected