(runtime, sendMessage)
| 137 | || resolve(response[0]) // result created in wrapResponse |
| 138 | ); |
| 139 | const wrapSendMessage = (runtime, sendMessage) => ( |
| 140 | wrapAsync(runtime, sendMessage, unwrapResponse) |
| 141 | ); |
| 142 | /** |
| 143 | * 0 = non-async method or the entire group |
| 144 | * function = transformer like (originalObj, originalFunc): function |
nothing calls this directly
no test coverage detected