(self)
| 175 | return self.merged.get(key) |
| 176 | |
| 177 | def hooks_pre(self) -> list[str]: |
| 178 | return self.feature_config.hooks_pre_tool_use |
| 179 | |
| 180 | def hooks_post(self) -> list[str]: |
| 181 | return self.feature_config.hooks_post_tool_use |
no outgoing calls
no test coverage detected