Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ory/keto
/ RegisterSyntaxRoutes
Method
RegisterSyntaxRoutes
schema/handler.go:38–40 ·
view source on GitHub ↗
(r httprouterx.Router)
Source
from the content-addressed store, hash-verified
36
}
37
38
func
(h *Handler) RegisterSyntaxRoutes(r httprouterx.Router) {
39
r.POST(RouteBase, h.postCheckOplSyntax)
40
}
41
42
func
(h *Handler) RegisterSyntaxGRPC(s *grpc.Server) {
43
opl.RegisterSyntaxServiceServer(s, h)
Callers
1
TestNewHandler
Function · 0.95
Calls
1
POST
Method · 0.65
Tested by
1
TestNewHandler
Function · 0.76