(from, to)
| 1112 | } |
| 1113 | |
| 1114 | function link(from, to) { |
| 1115 | return function (args) { |
| 1116 | return to(from(args)); |
| 1117 | }; |
| 1118 | } |
| 1119 | |
| 1120 | function wrapConversion(toModel, graph) { |
| 1121 | var path = [graph[toModel].parent, toModel]; |
no test coverage detected