Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/timqian/chinese-independent-blogs
/ main
Function
main
linter.py:72–74 ·
view source on GitHub ↗
(csv_file_path)
Source
from the content-addressed store, hash-verified
70
assert line.endswith(
'\n'
), f
"Line {i} does not end with a newline"
71
72
def
main(csv_file_path):
73
check_csv(csv_file_path)
74
check_nnl(csv_file_path)
75
76
77
if
__name__ ==
"__main__"
:
Callers
1
linter.py
File · 0.70
Calls
2
check_csv
Function · 0.85
check_nnl
Function · 0.85
Tested by
no test coverage detected