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

Method Run

pkg/httpserver/server.go:47–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45}
46
47func (s *Server) Run() {
48 go func() {
49 s.notify <- s.server.ListenAndServe()
50 close(s.notify)
51 }()
52}
53
54// Notify - Server notify
55func (s *Server) Notify() <-chan error {

Callers

nothing calls this directly

Calls 1

closeFunction · 0.85

Tested by

no test coverage detected