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