Searched refs:queryLogData (Results 1 – 3 of 3) sorted by relevance
37 let queryLog = sqlite.queryLogData;38 let queryLogData = [ variable97 queryLog.mockResolvedValue(queryLogData);
21 import { queryLogData } from '../../database/sql/SqlLite.sql';31 let dataArray = await queryLogData();
1340 export const queryLogData = (): Promise<Array<LogStruct>> => constant