Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
11
interface
Storage<T> {
12
getStore(): T | undefined
13
run<R>(store: T, fn: () => R): R
14
}
15
16
let
storage: Storage<RequestContext>
Callers
2
runWithRequestContext
Function · 0.65
instrumentPoolClient
Function · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected