(asyncId, type, triggerAsyncId, resource)
| 51 | } |
| 52 | |
| 53 | function init(asyncId, type, triggerAsyncId, resource) { |
| 54 | const cr = executionAsyncResource(); |
| 55 | if (cr !== null) { |
| 56 | resource[cls] = cr[cls]; |
| 57 | } |
| 58 | } |
| 59 | |
| 60 | function close() { |
| 61 | hook.disable(); |
nothing calls this directly
no test coverage detected
searching dependent graphs…