MCPcopy
hub / github.com/ArchiveBox/ArchiveBox / write_sql_main_index

Function write_sql_main_index

archivebox/index/sql.py:91–95  ·  view source on GitHub ↗
(links: List[Link], out_dir: Path=OUTPUT_DIR)

Source from the content-addressed store, hash-verified

89
90@enforce_types
91def write_sql_main_index(links: List[Link], out_dir: Path=OUTPUT_DIR) -> None:
92 for link in links:
93 # with transaction.atomic():
94 # write_link_to_sql_index(link)
95 write_link_to_sql_index(link)
96
97
98@enforce_types

Callers 1

write_main_indexFunction · 0.85

Calls 1

write_link_to_sql_indexFunction · 0.85

Tested by

no test coverage detected