Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/SourceCode-AI/aura
/ main
Function
main
files/dataset_scripts/convert2sqlite.py:155–161 ·
view source on GitHub ↗
(name: str, dataset_path)
Source
from the content-addressed store, hash-verified
153
154
155
def
main(name: str, dataset_path):
156
c = create_or_open(name)
157
cur = c.cursor()
158
159
process_scans(dataset_path, cur)
160
161
c.commit()
162
163
164
if
__name__ ==
"__main__"
:
Callers
1
convert2sqlite.py
File · 0.70
Calls
2
create_or_open
Function · 0.85
process_scans
Function · 0.85
Tested by
no test coverage detected