Showing 1 of 14 total issues
Function findR
has a Cognitive Complexity of 27 (exceeds 20 allowed). Consider refactoring. Open
Open
func findR(cursor *bbolt.Cursor, searchKey Key, matchers []matcher, fn iteratorFn, lastCursorPosition []byte, depth int) ([]byte, error) { var err error returnKey := lastCursorPosition currentQueryPart := matchers[0].queryPart //outer:
- Read upRead up