MCPcopy Index your code
hub / github.com/Blogify/Blogify / nextPoint

Function nextPoint

public/assets/bower_components/Chart.js/Chart.js:2774–2776  ·  view source on GitHub ↗
(point, collection, index)

Source from the content-addressed store, hash-verified

2772 return item.value !== null;
2773 },
2774 nextPoint = function(point, collection, index){
2775 return helpers.findNextWhere(collection, hasValue, index) || point;
2776 },
2777 previousPoint = function(point, collection, index){
2778 return helpers.findPreviousWhere(collection, hasValue, index) || point;
2779 };

Callers 1

Chart.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected