docs(plugins): refresh stale Stub doc comments on lifecycle variants (VS-5) #25
Loading…
Reference in a new issue
No description provided.
Delete branch "feat/plugin-lifecycle-vs-5"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
All five plugin-lifecycle handlers (
addplugin/installplugin/disableplugin/removeplugin/reloadplugin) are wired against real implementations undercrates/meshcentral-web/src/plugin_lifecycle.rs. TheControlInserde doc comments still labelled them as stubs, which leaked into the ROADMAP refresh and got refiled as VS-5.This PR just refreshes the docs so the next ROADMAP scan does not refile them.
Test plan
cargo check -p meshcentral-webclean.Closes VS-5.