(handler, next, vm)
| 703 | }; |
| 704 | |
| 705 | function factory(handler, next, vm) { |
| 706 | return function (options) { |
| 707 | return handler.call(vm, options, next); |
| 708 | }; |
| 709 | } |
| 710 | |
| 711 | function serialize(params, obj, scope) { |
| 712 |
no outgoing calls
no test coverage detected