MCPcopy
hub / github.com/loopbackio/loopback-next / context

Function context

packages/context/src/inject.ts:395–397  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

393 * ```
394 */
395 export const context = function injectContext() {
396 return inject('', {decorator: '@inject.context'}, (ctx: Context) => ctx);
397 };
398}
399
400/**

Calls 1

injectFunction · 0.85

Tested by

no test coverage detected