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

Method update

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

Source from the content-addressed store, hash-verified

149 insert(doc: { [key: string]: any }, docInfo?: InsertDocInfo, executionOptions?: string | MappingExecutionOptions): Promise<Result<T>>;
150
151 update(doc: { [key: string]: any }, docInfo?: UpdateDocInfo, executionOptions?: string | MappingExecutionOptions): Promise<Result<T>>;
152
153 remove(doc: { [key: string]: any }, docInfo?: RemoveDocInfo, executionOptions?: string | MappingExecutionOptions): Promise<Result<T>>;
154

Callers 7

hashMethod · 0.65
mapper-tests.jsFile · 0.65
mapper-tests.jsFile · 0.65
myTestFunction · 0.65

Implementers 1

ModelMapperlib/mapping/model-mapper.js

Calls

no outgoing calls

Tested by

no test coverage detected