QueryController.addResult method
QueryController › addResult
Unofficial
Records a query result entry for a file.Signature:
addResult(file: TFile, entry: BasesEntry): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| file | TFile | The file the entry belongs to. |
| entry | BasesEntry | The result entry. |
Returns: void