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

Method remove

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

Source from the content-addressed store, hash-verified

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
155 mapWithQuery(
156 query: string,

Callers 8

removeFromPoolMethod · 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