/opt/canhelp/node_modules/@opentelemetry/api/build/src/context
NameSizeModeActions
context.d.ts3860644editdlrm
context.js18300644editdlrm
context.js.map36110644editdlrm
NoopContextManager.d.ts4480644editdlrm
NoopContextManager.js6570644editdlrm
NoopContextManager.js.map12520644editdlrm
types.d.ts18310644editdlrm
types.js1950644editdlrm
types.js.map20390644editdlrm
Edit: /opt/canhelp/node_modules/@opentelemetry/api/build/src/context/NoopContextManager.js (657B)
"use strict"; /* * Copyright The OpenTelemetry Authors * SPDX-License-Identifier: Apache-2.0 */ Object.defineProperty(exports, "__esModule", { value: true }); exports.NoopContextManager = void 0; const context_1 = require("./context"); class NoopContextManager { active() { return context_1.ROOT_CONTEXT; } with(_context, fn, thisArg, ...args) { return fn.call(thisArg, ...args); } bind(_context, target) { return target; } enable() { return this; } disable() { return this; } } exports.NoopContextManager = NoopContextManager; //# sourceMappingURL=NoopContextManager.js.map