Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SooLab/CGFormer
/ raw_reader
Function
raw_reader
tools/folder2lmdb.py:20–23 ·
view source on GitHub ↗
(path)
Source
from the content-addressed store, hash-verified
18
19
20
def
raw_reader(path):
21
with
open(path,
'rb'
)
as
f:
22
bin_data = f.read()
23
return
bin_data
24
25
26
def
dumps_pyarrow(obj):
Callers
1
folder2lmdb
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected