MCPcopy
hub / github.com/commitizen-tools/commitizen / message

Method message

tests/conftest.py:244–247  ·  view source on GitHub ↗
(self, answers: Mapping)

Source from the content-addressed store, hash-verified

242 ]
243
244 def message(self, answers: Mapping) -> str:
245 prefix = answers["prefix"]
246 subject = answers.get("subject", "default message").trim()
247 return f"{prefix}: {subject}"
248
249 def example(self) -> str:
250 return ""

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected