MCPcopy Create free account
hub / github.com/couchbase/couchnode / endWithError

Method endWithError

lib/observabilityhandler.ts:644–648  ·  view source on GitHub ↗

* @internal

(error?: any)

Source from the content-addressed store, hash-verified

642 * @internal
643 */
644 endWithError(error?: any): void {
645 this._requestHasEnded = true
646 this._tracerImpl.endWithError(error)
647 this._meterImpl.processEnd(this.clusterName, this.clusterUUID, error)
648 }
649
650 /**
651 * @internal

Callers 15

getIndexMethod · 0.95
getAllIndexesMethod · 0.95
upsertIndexMethod · 0.95
dropIndexMethod · 0.95
pauseIngestMethod · 0.95
resumeIngestMethod · 0.95
allowQueryingMethod · 0.95
disallowQueryingMethod · 0.95
freezePlanMethod · 0.95
unfreezePlanMethod · 0.95
analyzeDocumentMethod · 0.95

Calls 1

processEndMethod · 0.45

Tested by

no test coverage detected