vlocode-project - v1.42.0
    Preparing search index...

    Interface QueryExecutor

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

    Methods

    Methods