Searched refs:idAndName (Results 1 – 1 of 1) sorted by relevance
164 const idAndName = it.get('id_and_name') as string; constant165 const indexDelimiter = idAndName.indexOf(',');168 () => `Unexpected value in query result: ${idAndName}`,170 const id = Number(idAndName.slice(0, indexDelimiter));171 const name = idAndName.slice(indexDelimiter + 1);