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

Function optionsFromGroup

packages/effect/src/unstable/httpapi/HttpApiGroup.ts:359–364  ·  view source on GitHub ↗
(group: Top)

Source from the content-addressed store, hash-verified

357}
358
359const optionsFromGroup = (group: Top) => ({
360 identifier: group.identifier,
361 topLevel: group.topLevel,
362 endpoints: group.endpoints,
363 annotations: group.annotations
364})
365
366const makeProto = <
367 Id extends string,

Callers 7

addFunction · 0.85
prefixFunction · 0.85
middlewareFunction · 0.85
annotateMergeFunction · 0.85
annotateFunction · 0.85
annotateEndpointsMergeFunction · 0.85
annotateEndpointsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected