Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
40
def
read_file(name):
41
with
open(name,
"rb"
)
as
f:
42
data = f.read()
43
return
data
44
45
def
decode_uf2(data):
46
while
data:
Callers
1
build.py
File · 0.85
Calls
1
read
Method · 0.45
Tested by
no test coverage detected