()
| 136 | |
| 137 | impl RuntimeHookRegistry { |
| 138 | pub fn builder() -> RuntimeHookRegistryBuilder { |
| 139 | RuntimeHookRegistryBuilder::default() |
| 140 | } |
| 141 | |
| 142 | pub fn hooks(&self) -> &[RuntimeHookPlan] { |
| 143 | &self.hooks |
no outgoing calls
no test coverage detected