MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / cacheKey

Function cacheKey

packages/core/sdk/src/shape-memory.ts:42–42  ·  view source on GitHub ↗
(owner: Owner, address: string)

Source from the content-addressed store, hash-verified

40 const persisted = new Map<string, string>();
41
42 const cacheKey = (owner: Owner, address: string) => `${owner}:${address}`;
43
44 const load = (address: string, owner: Owner): Effect.Effect<ObservedShape | null> =>
45 Effect.gen(function* () {

Callers 2

loadFunction · 0.70
observeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected