MCPcopy 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

1175type FleeceDeltaError struct{ e error }
1176
1177func (e FleeceDeltaError) Error() string { return e.e.Error() }
1178func (e FleeceDeltaError) Unwrap() error { return e.e }
1179
1180func ContainsString(s []string, e string) bool {

Callers

nothing calls this directly

Calls 1

ErrorMethod · 0.45

Tested by

no test coverage detected