(doc: { [key: string]: any }, docInfo?: RemoveDocInfo, executionOptions?: string | MappingExecutionOptions)
| 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, |
no outgoing calls
no test coverage detected