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

Method isGuest

rest/doc_api.go:919–921  ·  view source on GitHub ↗

isGuest returns true if the current user is a guest

()

Source from the content-addressed store, hash-verified

917
918// isGuest returns true if the current user is a guest
919func (h *handler) isGuest() bool {
920 return h.user != nil && h.user.Name() == ""
921}
922
923// helper for read only check
924func (h *handler) isReadOnlyGuest() bool {

Callers 1

checkPublicAuthMethod · 0.95

Calls 1

NameMethod · 0.65

Tested by

no test coverage detected