MCPcopy 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

1class Chain():
2 def __init__(self, val):
3 self.val = val
4

Callers

nothing calls this directly

Calls 4

ChainClass · 0.70
mulMethod · 0.45
subMethod · 0.45
addMethod · 0.45

Tested by

no test coverage detected