(x: string)
| 238 | } |
| 239 | |
| 240 | export function validString(x: string): boolean { |
| 241 | return x?.length > 0; |
| 242 | } |
| 243 | |
| 244 | export function getHeaders(ignoreHeaders: boolean = false) { |
| 245 | const accessStore = useAccessStore.getState(); |
no outgoing calls
no test coverage detected