MCPcopy Create free account
hub / github.com/couchbase/sync_gateway / User

Method User

db/database_collection.go:355–357  ·  view source on GitHub ↗

User will return the user object.

()

Source from the content-addressed store, hash-verified

353
354// User will return the user object.
355func (c *DatabaseCollectionWithUser) User() auth.User {
356 return c.user
357}
358
359// useViews will return whether the bucket is configured using views.
360func (c *DatabaseCollection) useViews() bool {

Callers 2

checkForUserUpdatesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected