MCPcopy Index your code
hub / github.com/elimity-com/scim / NewString

Function NewString

optional/string.go:10–15  ·  view source on GitHub ↗

NewString returns an optional string with given value.

(value string)

Source from the content-addressed store, hash-verified

8
9// NewString returns an optional string with given value.
10func NewString(value string) String {
11 return String{
12 value: value,
13 present: true,
14 }
15}
16
17// Present returns whether it contains a value or not.
18func (s String) Present() bool {

Callers 15

externalIDMethod · 0.92
getUserExtensionSchemaFunction · 0.92
getUserSchemaFunction · 0.92
newTestServerFunction · 0.92
externalIDFunction · 0.92
newTestServerFunction · 0.92
newTestServerForFilterFunction · 0.92
newOktaTestServerFunction · 0.92
CreateMethod · 0.92
newAzureADTestServerFunction · 0.92
CreateMethod · 0.92
GetMethod · 0.92

Calls

no outgoing calls

Tested by 15

externalIDMethod · 0.74
getUserExtensionSchemaFunction · 0.74
getUserSchemaFunction · 0.74
newTestServerFunction · 0.74
externalIDFunction · 0.74
newTestServerFunction · 0.74
newTestServerForFilterFunction · 0.74
newOktaTestServerFunction · 0.74
CreateMethod · 0.74
newAzureADTestServerFunction · 0.74
CreateMethod · 0.74
GetMethod · 0.74

Used in the wild real call sites across dependent graphs

searching dependent graphs…