MCPcopy Create free account
hub / github.com/blobcache/blobcache / Endpoint

Method Endpoint

src/blobcache/blobcache.go:389–389  ·  view source on GitHub ↗

Endpoint returns the endpoint of the service. If the endpoint is the zero value, the service is not listening for peers.

(ctx context.Context)

Source from the content-addressed store, hash-verified

387 // Endpoint returns the endpoint of the service.
388 // If the endpoint is the zero value, the service is not listening for peers.
389 Endpoint(ctx context.Context) (Endpoint, error)
390
391 // OpenFiat returns a handle to an object by it's ID.
392 // This is where any Authorization checks are done.

Callers 15

ServeHTTPMethod · 0.65
root.goFile · 0.65
resolveFQOIDFunction · 0.65
AwaitHealthyFunction · 0.65
EndpointMethod · 0.65
ServiceAPIFunction · 0.65
TestMultiNodeFunction · 0.65
CreateOnSameHostFunction · 0.65
EndpointFunction · 0.65
ServeBCPMethod · 0.65
TestMultiNodeFunction · 0.65
EndpointMethod · 0.65

Implementers 5

Clientsrc/bchttp/client.go
Servicesrc/blobcachecmd/service.go
Servicesrc/bclocal/bclocal.go
Servicesrc/bcremote/bcremote.go
Clientsrc/bcipc/client.go

Calls

no outgoing calls

Tested by 3

TestMultiNodeFunction · 0.52
TestMultiNodeFunction · 0.52
TestLsRemoteFunction · 0.52