Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/HelloZeroNet/ZeroNet
/ sumLen
Function
sumLen
src/util/Diff.py:6–7 ·
view source on GitHub ↗
(lines)
Source
from the content-addressed store, hash-verified
4
5
6
def
sumLen(lines):
7
return
sum(map(len, lines))
8
9
10
def
diff(old, new, limit=False):
Callers
1
diff
Function · 0.85
Calls
1
sum
Function · 0.85
Tested by
no test coverage detected