MCPcopy Index your code
hub / github.com/go-kit/kit / Endpoints

Method Endpoints

sd/endpointer.go:88–90  ·  view source on GitHub ↗

Endpoints implements Endpointer.

()

Source from the content-addressed store, hash-verified

86
87// Endpoints implements Endpointer.
88func (de *DefaultEndpointer) Endpoints() ([]endpoint.Endpoint, error) {
89 return de.cache.Endpoints()
90}

Callers

nothing calls this directly

Calls 1

EndpointsMethod · 0.65

Tested by

no test coverage detected