(box)
| 102 | } |
| 103 | |
| 104 | function unbox(box) { |
| 105 | return box.value; |
| 106 | } |
| 107 | |
| 108 | function lastc(values, valueof) { |
| 109 | const array = fcumsum(values, valueof); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…