MCPcopy Create free account
hub / github.com/ElementsProject/elements / get_git_change_year_range

Function get_git_change_year_range

contrib/devtools/copyright_header.py:476–478  ·  view source on GitHub ↗
(filename)

Source from the content-addressed store, hash-verified

474################################################################################
475
476def get_git_change_year_range(filename):
477 years = get_git_change_years(filename)
478 return min(years), max(years)
479
480################################################################################
481# check for existing core copyright

Callers 1

exec_insert_headerFunction · 0.85

Calls 1

get_git_change_yearsFunction · 0.85

Tested by

no test coverage detected