Function active_plugin_report

View as Markdown

Generated from cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-pii-redaction -p nemo-relay-ffi -p nemo-relay-types -p nemo-relay-plugin -p nemo-relay-worker-proto -p nemo-relay-worker.

pub fn active_plugin_report() -> Option<ConfigReport>

Returns the active plugin report or a report retained after a failed teardown.

None indicates that no plugin configuration is active and no failed teardown report is retained.

Returns

The active ConfigReport, or the report containing runtime diagnostics from the last failed teardown.

Notes

This is a snapshot of the last successful activation and does not re-run validation.