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

Method SetChannel

db/event_manager_test.go:75–77  ·  view source on GitHub ↗
(channel chan interface{})

Source from the content-addressed store, hash-verified

73}
74
75func (th *TestingHandler) SetChannel(channel chan interface{}) {
76 th.ResultChannel = channel
77}
78
79func (th *TestingHandler) String() string {
80 return "Testing Handler"

Callers 5

TestDocumentChangeEventFunction · 0.95
TestDBStateChangeEventFunction · 0.95
TestCustomHandlerFunction · 0.95
TestUnhandledEventFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected