DbStats are stats that correspond to database level collections.
()
| 183 | |
| 184 | // DbStats are stats that correspond to database level collections. |
| 185 | func (c *DatabaseCollection) dbStats() *base.DbStats { |
| 186 | return c.dbCtx.DbStats |
| 187 | } |
| 188 | |
| 189 | // deltaSyncEnabled returns true if delta sync is enabled. This is controlled at the database level. |
| 190 | func (c *DatabaseCollection) deltaSyncEnabled() bool { |
no outgoing calls
no test coverage detected