Home
last modified time | relevance | path

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

/external/perfetto/ui/src/controller/
Dvalidate_config.ts28 const ignoredKeys: string[] = []; constant
34 ignoredKeys.push(key);
42 ignoredKeys.push(key);
46 if (ignoredKeys.length > 0) {
52 ignoredKeys.join(' '),