MCPcopy Create free account
hub / github.com/elimity-com/scim / GetFilter

Method GetFilter

internal/filter/filter.go:115–117  ·  view source on GitHub ↗

GetFilter returns the filter contained within the validator.

()

Source from the content-addressed store, hash-verified

113
114// GetFilter returns the filter contained within the validator.
115func (v Validator) GetFilter() filter.Expression {
116 return v.filter
117}
118
119// PassesFilter checks whether given resources passes the filter.
120func (v Validator) PassesFilter(resource map[string]interface{}) error {

Callers 1

getFilterFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected