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

Function emptyMetaMap

channels/channelmapper_test.go:32–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30}
31
32func emptyMetaMap() map[string]interface{} {
33 return map[string]interface{}{
34 base.MetaMapXattrsKey: nil,
35 }
36}
37
38var noUser = map[string]interface{}{"name": nil, "channels": []string{}}
39

Calls

no outgoing calls

Tested by

no test coverage detected