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

Method get

lib/mapping/index.d.ts:143–143  ·  view source on GitHub ↗
(doc: { [key: string]: any }, docInfo?: { fields?: string[] }, executionOptions?: string | MappingExecutionOptions)

Source from the content-addressed store, hash-verified

141 batching: ModelBatchMapper;
142
143 get(doc: { [key: string]: any }, docInfo?: { fields?: string[] }, executionOptions?: string | MappingExecutionOptions): Promise<null | T>;
144
145 find(doc: { [key: string]: any }, docInfo?: FindDocInfo, executionOptions?: string | MappingExecutionOptions): Promise<Result<T>>;
146

Callers 10

getExecutorFromQueryMethod · 0.65
getColumnNameMethod · 0.65
getPropertyNameMethod · 0.65
getFromModelFnMethod · 0.65
getToModelFnMethod · 0.65
forModelMethod · 0.65
_getSingleFunctionMethod · 0.65
getOrAddMethod · 0.65
getByIdMethod · 0.65
_parseTableOrViewMethod · 0.65

Implementers 1

ModelMapperlib/mapping/model-mapper.js

Calls

no outgoing calls

Tested by

no test coverage detected