MCPcopy Create free account
hub / github.com/defold/defold / check_commit_branches

Function check_commit_branches

scripts/releasenotes_github_projectv2.py:326–331  ·  view source on GitHub ↗
(commit, branches)

Source from the content-addressed store, hash-verified

324 sys.exit(result.returncode)
325
326def check_commit_branches(commit, branches):
327 result = get_commit_branches(commit)
328 for branch in branches:
329 if not branch in result:
330 return False
331 return True
332
333def issue_to_markdown(issue, hide_details = True, title_only = False):
334 closed_issues = []

Callers

nothing calls this directly

Calls 1

get_commit_branchesFunction · 0.85

Tested by

no test coverage detected