MCPcopy
hub / github.com/Effect-TS/effect / getAnnotated

Function getAnnotated

packages/effect/src/ParseResult.ts:1791–1792  ·  view source on GitHub ↗
(issue: ParseIssue)

Source from the content-addressed store, hash-verified

1789}
1790
1791const getAnnotated = (issue: ParseIssue): Option.Option<AST.Annotated> =>
1792 "ast" in issue ? Option.some(issue.ast) : Option.none()
1793
1794interface CurrentMessage {
1795 readonly message: string

Callers 2

getCurrentMessageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…