Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BIT-DataLab/LakeBench
/ test_api
Function
test_api
join/Joise/offline/test_api.py:6–11 ·
view source on GitHub ↗
(args)
Source
from the content-addressed store, hash-verified
4
5
6
def
test_api(args):
7
8
cpath = args.cpath
9
save_root = args.save_root
10
11
api(cpath, save_root)
12
13
if
__name__ ==
"__main__"
:
14
parser = argparse.ArgumentParser(description=
""
)
Callers
1
test_api.py
File · 0.85
Calls
1
api
Function · 0.70
Tested by
no test coverage detected