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

Method Reset

ui/node/node.go:132–135  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

130}
131
132func (n *Node) Reset() {
133 n.Messages = nil
134 n.Attributes.Reset()
135}
136
137func (n *Node) WithMetaLabel(label *text.Message) *Node {
138 if n.Meta == nil {

Callers

nothing calls this directly

Calls 1

ResetMethod · 0.65

Tested by

no test coverage detected