MCPcopy Create free account
hub / github.com/apache/solr / get_directory_name

Method get_directory_name

dev-tools/scripts/changes2logchange.py:439–441  ·  view source on GitHub ↗

Get the directory name for this version (e.g., 'v10.0.0').

(self)

Source from the content-addressed store, hash-verified

437 self.entries.append(entry)
438
439 def get_directory_name(self) -> str:
440 """Get the directory name for this version (e.g., 'v10.0.0')."""
441 return f"v{self.version}"
442
443
444class ChangesParser:

Callers 1

_process_versionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected