MCPcopy Create free account
hub / github.com/TanStack/ai /

Class

packages/ai-sandbox/src/store.ts:66–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64 * persistence layer.
65 */
66export class InMemoryLockStore implements LockStore {
67 private readonly chains = new Map<string, Promise<unknown>>()
68
69 withLock<T>(key: string, fn: () => Promise<T>): Promise<T> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected