Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/couchbase/cbft
/ Document
Method
Document
remote.go:133–135 ·
view source on GitHub ↗
(id string)
Source
from the content-addressed store, hash-verified
131
}
132
133
func
(r *IndexClient) Document(id string) (index.Document, error) {
134
return
nil, indexClientUnimplementedErr
135
}
136
137
func
(r *IndexClient) DocCount() (uint64, error) {
138
if
r.CountURL ==
""
{
Callers
2
TestNegativeIndexClient
Function · 0.95
ServeHTTP
Method · 0.45
Calls
no outgoing calls
Tested by
1
TestNegativeIndexClient
Function · 0.76