Helpers for unsupported options
()
| 2130 | |
| 2131 | // Helpers for unsupported options |
| 2132 | func (context *DatabaseContext) IsGuestReadOnly() bool { |
| 2133 | return context.Options.UnsupportedOptions != nil && context.Options.UnsupportedOptions.GuestReadOnly |
| 2134 | } |
| 2135 | |
| 2136 | // ////// TIMEOUTS |
| 2137 |
no outgoing calls
no test coverage detected