()
| 1997 | } |
| 1998 | |
| 1999 | func (context *DatabaseContext) GetUserViewsEnabled() bool { |
| 2000 | if context.Options.UnsupportedOptions != nil && context.Options.UnsupportedOptions.UserViews != nil && context.Options.UnsupportedOptions.UserViews.Enabled != nil { |
| 2001 | return *context.Options.UnsupportedOptions.UserViews.Enabled |
| 2002 | } |
| 2003 | return false |
| 2004 | } |
| 2005 | |
| 2006 | func (context *DatabaseContext) UseXattrs() bool { |
| 2007 | return context.Options.EnableXattr |
no outgoing calls
no test coverage detected