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

Function getEmptyDecodeable

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

Source from the content-addressed store, hash-verified

109 * @category annotations
110 */
111export const getEmptyDecodeable = (ast: AST.AST): boolean =>
112 getAnnotation<boolean>(ast, AnnotationEmptyDecodeable) ?? false
113
114/**
115 * @since 1.0.0

Callers

nothing calls this directly

Calls 1

getAnnotationFunction · 0.85

Tested by

no test coverage detected