Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/commitizen-tools/commitizen
/ get
Method
get
commitizen/providers/base_provider.py:75–76 ·
view source on GitHub ↗
(self, document: Mapping[str, str])
Source
from the content-addressed store, hash-verified
73
)
74
75
def
get(self, document: Mapping[str, str]) -> str:
76
return
document[
"version"
]
77
78
def
set(self, document: dict[str, Any], version: str) -> None:
79
document[
"version"
] = version
Callers
15
get_version
Method · 0.95
test_arg_debug
Function · 0.45
mock_entrypoints
Function · 0.45
tmp_commitizen_project_with_gpg
Function · 0.45
message
Method · 0.45
process_commit_message
Function · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
prerelease
Method · 0.45
get_version_scheme
Function · 0.45
extract_version
Method · 0.45
search_version
Method · 0.45
Calls
no outgoing calls
Tested by
4
test_arg_debug
Function · 0.36
mock_entrypoints
Function · 0.36
tmp_commitizen_project_with_gpg
Function · 0.36
message
Method · 0.36