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

Method MultiValued

schema/core.go:119–121  ·  view source on GitHub ↗

MultiValued returns whether the attribute is multi valued.

()

Source from the content-addressed store, hash-verified

117
118// MultiValued returns whether the attribute is multi valued.
119func (a CoreAttribute) MultiValued() bool {
120 return a.multiValued
121}
122
123// Mutability returns the mutability of the attribute.
124func (a CoreAttribute) Mutability() string {

Callers 3

PassesFilterMethod · 0.80
validateUpdateMethod · 0.80
validateRemoveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected