MCPcopy Create free account
hub / github.com/scottrogowski/code2flow / constructor

Method constructor

tests/test_code/js/chained/chained.js:2–4  ·  view source on GitHub ↗
(val)

Source from the content-addressed store, hash-verified

1class Chain {
2 constructor(val) {
3 this.val = val;
4 }
5
6 add(b) {
7 this.val += b

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected