Searched refs:spaceIndex (Results 1 – 1 of 1) sorted by relevance
87 const spaceIndex = threadKey.indexOf(' '); constant88 const threadName = spaceIndex !== -1 ? threadKey.substring(0, spaceIndex) : '';