Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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 -
53
func
(s *Server) Run() {
54
go
func
() {
55
s.notify <- s.Server.Serve(s.listener)
56
close(s.notify)
57
}()
58
}
59
60
// Notify -
61
func
(s *Server) Notify() <-
chan
error {
Callers
1
coverage
Function · 0.45
Calls
1
close
Function · 0.85
Tested by
no test coverage detected