Home
last modified time | relevance | path

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

/development/tools/winscope/src/common/
Dstring_utils.ts54 const inputStartsWithUnderscore = s[0] === '_'; constant
55 let result = inputStartsWithUnderscore ? '_' : '';