MCPcopy
hub / github.com/ory/keto / buildBatchURL

Function buildBatchURL

internal/check/handler_test.go:293–296  ·  view source on GitHub ↗
(baseURL, maxDepth string)

Source from the content-addressed store, hash-verified

291}
292
293func buildBatchURL(baseURL, maxDepth string) string {
294 return fmt.Sprintf("%s%s?max-depth=%s",
295 baseURL, check.BatchRoute, maxDepth)
296}
297
298func TestBatchCheckGRPCHandler(t *testing.T) {
299 ctx := context.Background()

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected