Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.
88
func
(de *DefaultEndpointer) Endpoints() ([]endpoint.Endpoint, error) {
89
return
de.cache.Endpoints()
90
}
Callers
nothing calls this directly
Calls
1
Endpoints
Method · 0.65
Tested by
no test coverage detected