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

Class HookCommandOutcome

tutorials/19_process_and_pipe_communication.py:597–600  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

595 # ---- HookRunner: 重现 hooks.rs 的核心逻辑 ----
596
597 class HookCommandOutcome:
598 def __init__(self, outcome: str, message: str | None = None):
599 self.outcome = outcome
600 self.message = message
601
602 class HookRunResult:
603 """对应 hooks.rs:24-47"""

Callers 1

run_single_hookFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected