MCPcopy Create free account
hub / github.com/catchorg/Catch2 / isReleaseNotes

Function isReleaseNotes

tools/scripts/updateDocumentToC.py:355–356  ·  view source on GitHub ↗
(f)

Source from the content-addressed store, hash-verified

353 outputMarkdown(cont, output_file)
354
355def isReleaseNotes(f):
356 return os.path.basename(f) == releaseNotesName
357
358def excludeHeadingsFor(f):
359 return headingExcludeRelease if isReleaseNotes(f) else headingExcludeDefault

Callers 1

excludeHeadingsForFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected