Tooling · Inspect
Inspect endpoint
A feature-gated set of tap-hooks (DCPS / RTPS / transport) that feed the external PDE Reality Inspector over an authenticated side-channel. It is #[cfg(feature = "inspect")]-gated and #![forbid(unsafe_code)]: with the feature off, the entire tap mechanism compiles away — no hot-path branch in production builds.
Resources
The inspect endpoint is a debug-only component; injection paths bypass the taps so production taps never observe injected data (R-110).