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

Method run

packages/logger/src/request-context.ts:13–13  ·  view source on GitHub ↗
(store: T, fn: () => R)

Source from the content-addressed store, hash-verified

11interface Storage<T> {
12 getStore(): T | undefined
13 run<R>(store: T, fn: () => R): R
14}
15
16let storage: Storage<RequestContext>

Callers 2

runWithRequestContextFunction · 0.65
instrumentPoolClientFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected