Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Effect-TS/effect
/ getAnnotation
Function
getAnnotation
packages/platform/src/HttpApiSchema.ts:98–98 ·
view source on GitHub ↗
(ast: AST.AST, key: symbol)
Source
from the content-addressed store, hash-verified
96
ast.annotations
97
98
const
getAnnotation = <A>(ast: AST.AST, key: symbol): A | undefined => mergedAnnotations(ast)[key] as A
99
100
/**
101
* @since 1.0.0
Callers
6
getStatus
Function · 0.85
getEmptyDecodeable
Function · 0.85
getMultipart
Function · 0.85
getMultipartStream
Function · 0.85
getEncoding
Function · 0.85
SchemaAST.ts
File · 0.85
Calls
1
mergedAnnotations
Function · 0.85
Tested by
no test coverage detected