(self: A)
| 194 | * @category reflection |
| 195 | */ |
| 196 | export const getStatusSuccess = <A extends Schema.Schema.Any>(self: A): number => getStatusSuccessAST(self.ast) |
| 197 | |
| 198 | /** |
| 199 | * @since 1.0.0 |
nothing calls this directly
no test coverage detected
searching dependent graphs…