PruneSpellVMs is intentionally a no-op. Spell VMs are keyed by spell ID and are not tied to any instance lifecycle.
(instanceIds ...int)
| 24 | // PruneSpellVMs is intentionally a no-op. Spell VMs are keyed by spell ID |
| 25 | // and are not tied to any instance lifecycle. |
| 26 | func PruneSpellVMs(instanceIds ...int) { |
| 27 | } |
| 28 | |
| 29 | // InvalidateSpellVM removes the cached VM for a spell so the next call reloads |
| 30 | // the script from disk. Call this after saving a spell script via the admin API. |