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

Function read_file

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

Source from the content-addressed store, hash-verified

144################################################################################
145
146def read_file(filename):
147 return open(filename, 'r', encoding="utf8").read()
148
149def gather_file_info(filename):
150 info = {}

Callers 1

gather_file_infoFunction · 0.85

Calls 1

readMethod · 0.45

Tested by

no test coverage detected