Home
last modified time | relevance | path

Searched refs:hashRoute (Results 1 – 1 of 1) sorted by relevance

/external/perfetto/ui/src/frontend/
Drouter.ts69 const hashRoute = this.getRouteFromHash(); constant
70 const newRoute = hashRoute in this.routes ? hashRoute : this.defaultRoute; constant