MCPcopy Create free account
hub / github.com/PaddlePaddle/Paddle / markdown_entry_text

Function markdown_entry_text

tools/commitlist.py:519–520  ·  view source on GitHub ↗
(commit: CommitRow)

Source from the content-addressed store, hash-verified

517
518
519def markdown_entry_text(commit: CommitRow) -> str:
520 return cleanup_title(commit.title)
521
522
523def category_output_name(category: str) -> str:

Callers 2

render_markdownFunction · 0.85
render_category_markdownFunction · 0.85

Calls 1

cleanup_titleFunction · 0.85

Tested by

no test coverage detected