MCPcopy
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 */
11interface Storage<T> {
12 getStore(): T | undefined
13 run<R>(store: T, fn: () => R): R
14}
15

Callers 3

getRequestContextFunction · 0.80
isInsideDbTransactionFunction · 0.80
instrumentPoolClientFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected