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

Function getBatching

packages/effect/src/ParseResult.ts:775–776  ·  view source on GitHub ↗
(ast: AST.AST)

Source from the content-addressed store, hash-verified

773 Option.getOrUndefined(AST.getConcurrencyAnnotation(ast))
774
775const getBatching = (ast: AST.AST): boolean | "inherit" | undefined =>
776 Option.getOrUndefined(AST.getBatchingAnnotation(ast))
777
778const go = (ast: AST.AST, isDecoding: boolean): Parser => {
779 switch (ast._tag) {

Callers 1

goFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected