MCPcopy Index your code
hub / github.com/Effect-TS/effect / getMultipart

Function getMultipart

packages/platform/src/HttpApiSchema.ts:118–119  ·  view source on GitHub ↗
(ast: AST.AST)

Source from the content-addressed store, hash-verified

116 * @category annotations
117 */
118export const getMultipart = (ast: AST.AST): Multipart_.withLimits.Options | undefined =>
119 getAnnotation<Multipart_.withLimits.Options>(ast, AnnotationMultipart)
120
121/**
122 * @since 1.0.0

Callers

nothing calls this directly

Calls 1

getAnnotationFunction · 0.85

Tested by

no test coverage detected