| 1177 | } |
| 1178 | const parts = new Array(routingIndexes.length); |
| 1179 | const encodeParam = i => { |
| 1180 | const columnInfo = meta.columns[i]; |
| 1181 | return this.encode(params[i], columnInfo ? columnInfo.type : null); |
| 1182 | }; |
| 1183 | |
| 1184 | let totalLength = 0; |
| 1185 |
no outgoing calls
no test coverage detected