()
| 434 | } |
| 435 | |
| 436 | func (c *DatabaseCollection) useMou() bool { |
| 437 | return c.dbCtx.UseMou() |
| 438 | } |
| 439 | |
| 440 | func (c *DatabaseCollection) ScopeAndCollectionName() base.ScopeAndCollectionName { |
| 441 | return base.NewScopeAndCollectionName(c.ScopeName, c.Name) |
no test coverage detected