MCPcopy Create free account
hub / github.com/Effect-TS/effect / prefixed

Function prefixed

packages/effect/src/unstable/persistence/Persistence.ts:889–889  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

887 make: (prefix) =>
888 Effect.sync(() => {
889 const prefixed = (key: string) => `${prefix}:${key}`
890 const parse = (str: string | null) => {
891 if (str === null) {
892 return Effect.undefined

Callers 1

Persistence.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected