(
replyFnWithCallback: (
request: Request,
callback: (
err: NodeJS.ErrnoException | null,
result: ReplyFnResult,
) => void,
) => void,
)
| 174 | // the order of the overrides is important for determining the param types in the replay fns. |
| 175 | /* tslint:disable:unified-signatures */ |
| 176 | reply( |
| 177 | replyFnWithCallback: ( |
| 178 | request: Request, |
| 179 | callback: ( |
no outgoing calls
no test coverage detected