MCPcopy Create free account
hub / github.com/agentforce314/clawcodex / _section

Function _section

src/command_system/diff_command.py:41–45  ·  view source on GitHub ↗
(label: str, result)

Source from the content-addressed store, hash-verified

39
40
41def _section(label: str, result) -> str:
42 return (
43 f"{label} ({result.files_changed} file(s), +{result.insertions} "
44 f"-{result.deletions}):\n" + (result.diff_text or "").rstrip("\n")
45 )
46
47
48@dataclass(frozen=True)

Callers 1

runMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected