MCPcopy Create free account
hub / github.com/apache/cassandra-nodejs-driver / _uninitializedError

Method _uninitializedError

lib/metadata/index.js:450–452  ·  view source on GitHub ↗

@ignore

()

Source from the content-addressed store, hash-verified

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.

Callers 7

_refreshKeyspaceMethod · 0.95
refreshKeyspacesMethod · 0.95
_getUdtMethod · 0.95
_getTableMethod · 0.95
_getMaterializedViewMethod · 0.95
_getFunctionsMethod · 0.95
_getTraceMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected