Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/couchbase/sync_gateway
/ UseMou
Method
UseMou
db/database.go:2022–2024 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2020
}
2021
2022
func
(context *DatabaseContext) UseMou() bool {
2023
return
context.EnableMou
2024
}
2025
2026
func
(context *DatabaseContext) DeltaSyncEnabled() bool {
2027
return
context.Options.DeltaSyncOptions.Enabled
Callers
3
TestFeedImport
Function · 0.80
TestOnDemandImport
Function · 0.80
useMou
Method · 0.80
Calls
no outgoing calls
Tested by
2
TestFeedImport
Function · 0.64
TestOnDemandImport
Function · 0.64