MCPcopy
hub / github.com/ory/kratos / WithMetaLabel

Method WithMetaLabel

ui/node/node.go:137–143  ·  view source on GitHub ↗
(label *text.Message)

Source from the content-addressed store, hash-verified

135}
136
137func (n *Node) WithMetaLabel(label *text.Message) *Node {
138 if n.Meta == nil {
139 n.Meta = new(Meta)
140 }
141 n.Meta.Label = label
142 return n
143}
144
145func (n *Node) GetValue() interface{} {
146 return n.Attributes.GetValue()

Callers 15

NewWebAuthnUnlinkFunction · 0.80
NewPasskeyUnlinkFunction · 0.80
ToNodeMethod · 0.80
NewPasswordNodeFunction · 0.80
addIdentifierNodeMethod · 0.80
nodeSubmitFunction · 0.80
TestRegistrationFunction · 0.80

Calls

no outgoing calls

Tested by 2

TestRegistrationFunction · 0.64
TestRemoveMatchingNodesFunction · 0.64