fix metadata

This commit is contained in:
2025-11-15 01:40:21 +00:00
parent 1b702cfb92
commit 8e8b73f6f2
+1 -1
View File
@@ -836,7 +836,7 @@ def parse_go_file_cached(filepath_str: str, file_hash: str) -> tuple:
chunk_text += f"Code:\n{chunk_code}" chunk_text += f"Code:\n{chunk_code}"
# Build comprehensive metadata # Build comprehensive metadata
parse_rust_file_cached = { metadata = {
"file": str(filepath), "file": str(filepath),
"name": name, "name": name,
"type": typ, "type": typ,