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

Function formatAssertion

pkg/development/coverage/coverage.go:435–437  ·  view source on GitHub ↗

formatAssertion formats an assertion/permission string

(entityName, permissionName string)

Source from the content-addressed store, hash-verified

433
434// formatAssertion formats an assertion/permission string
435func formatAssertion(entityName, permissionName string) string {
436 return fmt.Sprintf("%s#%s", entityName, permissionName)
437}

Callers 2

extractAssertionsFunction · 0.85
extractCoveredAssertionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected