MCPcopy Create free account
hub / github.com/effect-app/libs / getSem

Function getSem

packages/infra/src/Store/Memory.ts:531–538  ·  view source on GitHub ↗
(ns: string)

Source from the content-addressed store, hash-verified

529 }
530 return s
531 })
532}
533
534export const makeMemoryStore = () => ({
535 make: Effect.fnUntraced(function*<IdKey extends keyof Encoded, Encoded extends FieldValues, R, E>(
536 modelName: string,
537 idKey: IdKey,
538 seed?: Effect.Effect<Iterable<Encoded>, E, R>,
539 config?: StoreConfig<Encoded>
540 ) {
541 const json = makeJsonLower(config)

Callers 1

ensureStoreFunction · 0.70

Calls 2

getMethod · 0.65
setMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…