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

Method Add

pkg/cmd/validate.go:50–52  ·  view source on GitHub ↗

Add - add error to error list

(message string)

Source from the content-addressed store, hash-verified

48
49// Add - add error to error list
50func (l *ErrList) Add(message string) {
51 l.Errors = append(l.Errors, message)
52}
53
54// Print - print error list
55func (l *ErrList) Print() {

Callers 15

validateFunction · 0.95
UpdateClientConnStateMethod · 0.45
picker_test.goFile · 0.45
common_test.goFile · 0.45
RunMethod · 0.45
authn_test.goFile · 0.45
BulkCheckMethod · 0.45
SubjectPermissionMethod · 0.45
subjectFilterExclusionFunction · 0.45

Calls

no outgoing calls

Tested by 4

BenchmarkBurstRequestsFunction · 0.36
BenchmarkMixedWorkloadFunction · 0.36