@ignore
()
| 448 | |
| 449 | /** @ignore */ |
| 450 | _uninitializedError() { |
| 451 | return new Error('Metadata has not been initialized. This could only happen if you have not connected yet.'); |
| 452 | } |
| 453 | |
| 454 | /** |
| 455 | * Gets the definition of an user-defined type. |
no outgoing calls
no test coverage detected