(keyspaceName: string, name: string, callback: ValueCallback<Udt>)
| 193 | getTrace(traceId: Uuid): Promise<QueryTrace>; |
| 194 | |
| 195 | getUdt(keyspaceName: string, name: string, callback: ValueCallback<Udt>): void; |
| 196 | |
| 197 | getUdt(keyspaceName: string, name: string): Promise<Udt>; |
| 198 |
no outgoing calls
no test coverage detected