Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/simstudioai/sim
/ getStore
Method
getStore
packages/logger/src/request-context.ts:12–12 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
10
*/
11
interface
Storage<T> {
12
getStore(): T | undefined
13
run<R>(store: T, fn: () => R): R
14
}
15
Callers
3
getRequestContext
Function · 0.80
isInsideDbTransaction
Function · 0.80
instrumentPoolClient
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected