Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/aosabook/500lines
/ add
Method
add
crawler/code/reporting.py:12–13 ·
view source on GitHub ↗
(self, key, count=1)
Source
from the content-addressed store, hash-verified
10
self.stats = {}
11
12
def
add(self, key, count=1):
13
self.stats[key] = self.stats.get(key, 0) + count
14
15
def
report(self, file=None):
16
for
key, count in sorted(self.stats.items()):
Callers
15
_variable
Method · 0.45
invalidate
Method · 0.45
add_edge
Method · 0.45
visit
Method · 0.45
highcharts.js
File · 0.45
j
Function · 0.45
m
Function · 0.45
bD
Function · 0.45
jquery.min.js
File · 0.45
runEach
Function · 0.45
dragStart
Function · 0.45
dragEnter
Function · 0.45
Calls
1
get
Method · 0.45
Tested by
no test coverage detected