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

Function getMultipartStream

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

Source from the content-addressed store, hash-verified

123 * @category annotations
124 */
125export const getMultipartStream = (ast: AST.AST): Multipart_.withLimits.Options | undefined =>
126 getAnnotation<Multipart_.withLimits.Options>(ast, AnnotationMultipartStream)
127
128const encodingJson: Encoding = {
129 kind: "Json",

Callers

nothing calls this directly

Calls 1

getAnnotationFunction · 0.85

Tested by

no test coverage detected