MCPcopy Create free account
hub / github.com/Permify/permify / Run

Method Run

pkg/grpcserver/server.go:53–58  ·  view source on GitHub ↗

Run -

()

Source from the content-addressed store, hash-verified

51
52// Run -
53func (s *Server) Run() {
54 go func() {
55 s.notify <- s.Server.Serve(s.listener)
56 close(s.notify)
57 }()
58}
59
60// Notify -
61func (s *Server) Notify() <-chan error {

Callers 1

coverageFunction · 0.45

Calls 1

closeFunction · 0.85

Tested by

no test coverage detected