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

Function get

repos/effect/packages/effect/src/Context.ts:243–245  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

241 : never
242 >
243 & { readonly make: Make }
244} = function() {
245 function KeyClass() {}
246 const self = KeyClass as any as Types.Mutable<Reference<any>>
247 Object.setPrototypeOf(self, ServiceProto)
248 const init = (key: string, options?: {

Callers 3

evaluateFunction · 0.70
useFunction · 0.70
useSyncFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected