go-graphite / go-carbon

Unused method receiver RVV-B0013
Bug risk
Major
1 occurrence in this check
Method receiver 'ti' is not referenced in method's body, consider removing it
2170	return false
2171}
2172
2173func (ti *trieIndex) metricDataLen(ps *points.Points) int64 {2174	dataLen := int64(len(ps.Data))
2175	if dataLen == 0 {
2176		// WHY: in theory, this should not happen. But in cases where