MCPcopy Create free account
hub / github.com/dobin/SuperMega / file_readall_binary

Function file_readall_binary

helper.py:120–123  ·  view source on GitHub ↗
(filepath)

Source from the content-addressed store, hash-verified

118
119
120def file_readall_binary(filepath) -> bytes:
121 with open(filepath, "rb") as f:
122 data = f.read()
123 return data
124
125
126def file_to_lf(filename):

Callers 1

inject_exeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected