(&self)
| 85 | /// Return the inner config for use by the executor (same-crate only). Not exposed to Python. |
| 86 | #[inline] |
| 87 | pub(crate) fn get_inner(&self) -> Arc<GuardRailConfig> { |
| 88 | Arc::clone(&self.inner) |
| 89 | } |
| 90 | } |
no outgoing calls
no test coverage detected