vlocode-project - v2.4.3
    Preparing search index...

    Interface QueryExecutor

    interface QueryExecutor {
        query(query: string): Promise<any[]>;
    }
    Index

    Methods

    Methods