()
| 2004 | } |
| 2005 | |
| 2006 | func (context *DatabaseContext) UseXattrs() bool { |
| 2007 | return context.Options.EnableXattr |
| 2008 | } |
| 2009 | |
| 2010 | // numIndexPartitions returns the number of index partitions to use for the database's indexes. |
| 2011 | func (context *DatabaseContext) numIndexPartitions() uint32 { |
no outgoing calls