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

Function makeHandle

packages/effect/src/unstable/process/ChildProcessSpawner.ts:213–214  ·  view source on GitHub ↗
(params: Omit<ChildProcessHandle, typeof HandleTypeId>)

Source from the content-addressed store, hash-verified

211 * @since 4.0.0
212 */
213export const makeHandle = (params: Omit<ChildProcessHandle, typeof HandleTypeId>): ChildProcessHandle =>
214 Object.setPrototypeOf({ ...params }, HandleProto)
215
216/**
217 * Creates a `ChildProcessSpawner` service from a `spawn` function, deriving

Calls

no outgoing calls

Tested by

no test coverage detected