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

Method allow

mini_claude_code/hooks.py:47–48  ·  view source on GitHub ↗
(messages: Optional[list[str]] = None)

Source from the content-addressed store, hash-verified

45
46 @staticmethod
47 def allow(messages: Optional[list[str]] = None) -> "HookResult":
48 return HookResult(denied=False, messages=messages or [])
49
50 @staticmethod
51 def deny(messages: Optional[list[str]] = None) -> "HookResult":

Callers 2

_run_commandsMethod · 0.45
decideMethod · 0.45

Calls 1

HookResultClass · 0.85

Tested by

no test coverage detected