Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/scottrogowski/code2flow
/ add
Method
add
tests/test_code/py/chained/chained.py:5–7 ·
view source on GitHub ↗
(self, b)
Source
from the content-addressed store, hash-verified
3
self.val = val
4
5
def
add(self, b):
6
self.val += b
7
return
self
8
9
def
sub(self, b):
10
self.val -= b
Callers
3
_lazy
Method · 0.45
localize
Method · 0.45
chained.py
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected