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

Class _HookCommandOutcome

mini_claude_code/hooks.py:71–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69
70
71class _HookCommandOutcome:
72 def __init__(self, kind: _Outcome, message: Optional[str] = None):
73 self.kind = kind
74 self.message = message
75
76
77# ============================================================

Callers 1

_run_commandMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected