({ event, context })
| 5 | } |
| 6 | |
| 7 | function setCurrentInvoke ({ event, context }) { |
| 8 | currentInvoke.event = event |
| 9 | currentInvoke.context = context |
| 10 | } |
| 11 | |
| 12 | module.exports = { |
| 13 | getCurrentInvoke, |
no outgoing calls
no test coverage detected
searching dependent graphs…