MCPcopy 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
155def 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
164if __name__ == "__main__":

Callers 1

convert2sqlite.pyFile · 0.70

Calls 2

create_or_openFunction · 0.85
process_scansFunction · 0.85

Tested by

no test coverage detected