MCPcopy Create free account
hub / github.com/apache/solr / find

Function find

solr/webapp/web/js/angular/controllers/replication.js:92–94  ·  view source on GitHub ↗
(list, date)

Source from the content-addressed store, hash-verified

90 var iterations = [];
91
92 var find = function(list, date) {
93 return list.filter(function(e) {return e.date == date});
94 };
95
96 for (var i in follower.indexReplicatedAtList) {
97 var date = follower.indexReplicatedAtList[i];

Callers 1

getIterationsFunction · 0.70

Calls 1

filterMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…