(ast: AST)
| 3642 | * @since 4.0.0 |
| 3643 | */ |
| 3644 | export function isOptional(ast: AST): boolean { |
| 3645 | return ast.context?.isOptional ?? false |
| 3646 | } |
| 3647 | |
| 3648 | /** @internal */ |
| 3649 | export function isMutable(ast: AST): boolean { |
no outgoing calls
no test coverage detected