()
| 8 | const props = { s: { deep: 1 } }; |
| 9 | const deepProps = { p: { deep: 1 } }; |
| 10 | const init = () => {}; |
| 11 | const stamp1 = stampit({ methods, props, deepProps, init }); |
| 12 | |
| 13 | methods.f = () => {}; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…