MCPcopy
hub / github.com/simstudioai/sim / getRequestContext

Function getRequestContext

packages/logger/src/request-context.ts:44–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42 * of a `runWithRequestContext` scope.
43 */
44export function getRequestContext(): RequestContext | undefined {
45 return storage.getStore()
46}

Callers 3

logMethod · 0.90
generateRequestIdFunction · 0.90
captureServerEventFunction · 0.90

Calls 1

getStoreMethod · 0.80

Tested by

no test coverage detected