MCPcopy Create free account
hub / github.com/Louisym/MiniCC / hooks_pre

Method hooks_pre

mini_claude_code/config.py:177–178  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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

Callers 2

from_configMethod · 0.80
run_replFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected