ElectronPlatform: Add the indexSize method.
This commit is contained in:
parent
342d717ff6
commit
e556bb242f
2 changed files with 15 additions and 0 deletions
|
@ -155,6 +155,10 @@ class SeshatIndexManager extends BaseEventIndexManager {
|
|||
async deleteEventIndex(): Promise<> {
|
||||
return this._ipcCall('deleteEventIndex');
|
||||
}
|
||||
|
||||
async indexSize(): Promise<> {
|
||||
return this._ipcCall('indexSize');
|
||||
}
|
||||
}
|
||||
|
||||
export default class ElectronPlatform extends VectorBasePlatform {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue