MCPcopy Index your code
hub / github.com/scottrogowski/code2flow / chained.js

File chained.js

tests/test_code/js/chained/chained.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1class Chain {
2 constructor(val) {
3 this.val = val;
4 }

Callers

nothing calls this directly

Calls 3

mulMethod · 0.45
subMethod · 0.45
addMethod · 0.45

Tested by

no test coverage detected