Method

IdeSearchReducerpush

Declaration

void
ide_search_reducer_push (
  IdeSearchReducer* reducer,
  IdeSearchResult* result
)

Description

Adds result to the set unless it scores too low.

Parameters

result

Type: IdeSearchResult

An IdeSearchResult.

The data is owned by the caller of the method.