Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/couchbase/sync_gateway
/ Error
Method
Error
base/util.go:1177–1177 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1175
type
FleeceDeltaError
struct
{ e error }
1176
1177
func
(e FleeceDeltaError) Error() string {
return
e.e.Error() }
1178
func
(e FleeceDeltaError) Unwrap() error {
return
e.e }
1179
1180
func
ContainsString(s []string, e string) bool {
Callers
nothing calls this directly
Calls
1
Error
Method · 0.45
Tested by
no test coverage detected