MCPcopy Index your code
hub / github.com/Effect-TS/effect / makeKey

Function makeKey

packages/experimental/src/Persistence.ts:261–263  ·  view source on GitHub ↗
(
            key: ResultPersistence.Key<R, IE, E, IA, A>
          )

Source from the content-addressed store, hash-verified

259 (_) => PersistenceParseError.make(method, _.issue)
260 )
261 const makeKey = <R, IE, E, IA, A>(
262 key: ResultPersistence.Key<R, IE, E, IA, A>
263 ) => key[PrimaryKey.symbol]()
264
265 return identity<ResultPersistenceStore>({
266 get: (key) =>

Callers 1

Persistence.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected