MCPcopy Index your code
hub / github.com/dreamsofcode-io/grpc / NewServer

Function NewServer

pokemon-api/pokedex/server.go:21–25  ·  view source on GitHub ↗
(repository *Repository)

Source from the content-addressed store, hash-verified

19}
20
21func NewServer(repository *Repository) *Server {
22 return &Server{
23 repository: repository,
24 }
25}
26
27func (s *Server) Create(
28 ctx context.Context,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…