Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/scottrogowski/code2flow
/ chained.py
File
chained.py
tests/test_code/py/chained/chained.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
class
Chain():
2
def
__init__(self, val):
3
self.val = val
4
Callers
nothing calls this directly
Calls
4
Chain
Class · 0.70
mul
Method · 0.45
sub
Method · 0.45
add
Method · 0.45
Tested by
no test coverage detected