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

Method Synchronous

db/event.go:48–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46// An event that can be raised during SG processing.
47type Event interface {
48 Synchronous() bool
49 EventType() EventType
50 String() string
51}

Callers 1

raiseEventMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected