(value)
| 164 | let idSequence = INITIAL_USERS.length; |
| 165 | |
| 166 | function pickQueryValue(value) { |
| 167 | if (Array.isArray(value)) { |
| 168 | return value[value.length - 1]; |
| 169 | } |
| 170 | return value; |
| 171 | } |
| 172 | |
| 173 | function toTrimmedString(value) { |
| 174 | if (value === null || value === undefined) { |
no outgoing calls
no test coverage detected