MCPcopy Index your code
hub / github.com/commitizen-tools/commitizen / info

Method info

commitizen/cz/base.py:111–112  ·  view source on GitHub ↗

Information about the standardized commit message.

(self)

Source from the content-addressed store, hash-verified

109
110 @abstractmethod
111 def info(self) -> str:
112 """Information about the standardized commit message."""
113
114 def validate_commit_message(
115 self,

Callers 6

runFunction · 0.45
_is_initial_tagMethod · 0.45
__call__Method · 0.45
__call__Method · 0.45
__call__Method · 0.45
__call__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected