| 1 | import { cacheable } from '@openpanel/redis'; |
| 2 | import sqlstring from 'sqlstring'; |
| 3 | import { chQuery, TABLE_NAMES } from '../clickhouse/client'; |
| 4 | import { ClientType, type Prisma, type Project } from '../prisma-client'; |
nothing calls this directly
no test coverage detected