ElectronPlatform: Replace the indexSize method with the getStats method.
This commit is contained in:
parent
e556bb242f
commit
e1e3bba290
2 changed files with 16 additions and 15 deletions
|
@ -152,12 +152,12 @@ class SeshatIndexManager extends BaseEventIndexManager {
|
|||
return this._ipcCall('closeEventIndex');
|
||||
}
|
||||
|
||||
async deleteEventIndex(): Promise<> {
|
||||
return this._ipcCall('deleteEventIndex');
|
||||
async getStats(): Promise<> {
|
||||
return this._ipcCall('getStats');
|
||||
}
|
||||
|
||||
async indexSize(): Promise<> {
|
||||
return this._ipcCall('indexSize');
|
||||
async deleteEventIndex(): Promise<> {
|
||||
return this._ipcCall('deleteEventIndex');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue