(streams)
| 625 | }); |
| 626 | }; |
| 627 | function destroyStreams(streams) { |
| 628 | for (var id in streams) { |
| 629 | streams[id].destroy(); |
| 630 | } |
| 631 | } |
| 632 | |
| 633 | Backend.prototype.queryFetch = function(agent, index, query, options, callback) { |
| 634 | var start = Date.now(); |
no outgoing calls
no test coverage detected
searching dependent graphs…