Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Effect-TS/effect
/ hasStableFilter
Function
hasStableFilter
packages/effect/src/SchemaAST.ts:463–464 ·
view source on GitHub ↗
(annotated: Annotated)
Source
from the content-addressed store, hash-verified
461
462
/** @internal */
463
export
const
hasStableFilter = (annotated: Annotated) =>
464
Option.exists(getStableFilterAnnotation(annotated), (b) => b === true)
465
466
/**
467
* @category annotations
Callers
1
encodedAST_
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected