Home
last modified time | relevance | path

Searched defs:tryQuery (Results 1 – 1 of 1) sorted by relevance

/external/perfetto/ui/src/trace_processor/
Dengine.ts90 tryQuery(sql: string, tag?: string): Promise<Result<QueryResult>>; method
636 async tryQuery(query: string, tag?: string): Promise<Result<QueryResult>> { method in EngineProxy