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

Function makeUnsafe

repos/effect/packages/effect/src/FiberHandle.ts:99–104  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

97 _id: "FiberHandle",
98 state: this.state
99 }
100 }
101}
102
103const makeUnsafe = <A = unknown, E = unknown>(): FiberHandle<A, E> => {
104 const self = Object.create(Proto)
105 self.state = { _tag: "Open", fiber: undefined }
106 self.deferred = Deferred.makeUnsafe()
107 return self

Callers 1

makeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…