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

Function AttributeTypeInteger

schema/characteristics.go:33–35  ·  view source on GitHub ↗

AttributeTypeInteger indicates that the data type is a whole number with no fractional digits or decimal.

()

Source from the content-addressed store, hash-verified

31
32// AttributeTypeInteger indicates that the data type is a whole number with no fractional digits or decimal.
33func AttributeTypeInteger() AttributeDataType {
34 return AttributeDataType{t: attributeDataTypeInteger}
35}
36
37// AttributeMutability is a single keyword indicating the circumstances under which the value of the attribute can be
38// (re)defined.

Callers 4

getSimpleParamsFunction · 0.92
TestValidatorIntegerFunction · 0.92
schema_test.goFile · 0.85

Calls

no outgoing calls

Tested by 2

TestValidatorIntegerFunction · 0.74

Used in the wild real call sites across dependent graphs

searching dependent graphs…