MCPcopy Create free account
hub / github.com/BruceDevices/firmware / load_checksum_file

Function load_checksum_file

patch.py:89–92  ·  view source on GitHub ↗

Load the hash value from a specified input file.

(input_file)

Source from the content-addressed store, hash-verified

87
88
89def load_checksum_file(input_file):
90 """Load the hash value from a specified input file."""
91 with open(input_file, "r") as f:
92 return f.readline().strip()
93
94
95def minify_css(c):

Callers 1

prepare_www_filesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected