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

Function make

packages/effect/src/unstable/httpapi/HttpApi.ts:228–233  ·  view source on GitHub ↗
(identifier: Id)

Source from the content-addressed store, hash-verified

226 * @since 4.0.0
227 */
228export const make = <const Id extends string>(identifier: Id): HttpApi<Id, never> =>
229 makeProto({
230 identifier,
231 groups: {},
232 annotations: Context.empty()
233 })
234
235/**
236 * Describes the groups and endpoints in an `HttpApi`.

Callers

nothing calls this directly

Calls 1

makeProtoFunction · 0.70

Tested by

no test coverage detected