MCPcopy Create free account
hub / github.com/Santroller/Santroller / read_file

Function read_file

build.py:40–43  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

38 data: bytes = bytes()
39
40def read_file(name):
41 with open(name, "rb") as f:
42 data = f.read()
43 return data
44
45def decode_uf2(data):
46 while data:

Callers 1

build.pyFile · 0.85

Calls 1

readMethod · 0.45

Tested by

no test coverage detected