(annotations: Annotations.Key<Self>)
| 14121 | return this.rebuild(SchemaAST.annotate(this.ast, annotations)) |
| 14122 | } |
| 14123 | static annotateKey(annotations: Annotations.Key<Self>) { |
| 14124 | return this.rebuild(SchemaAST.annotateKey(this.ast, annotations)) |
| 14125 | } |
| 14126 | static check(...checks: readonly [SchemaAST.Check<Self>, ...Array<SchemaAST.Check<Self>>]) { |
| 14127 | return this.rebuild(SchemaAST.appendChecks(this.ast, checks)) |
| 14128 | } |
nothing calls this directly
no test coverage detected