Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
132
func
(n *Node) Reset() {
133
n.Messages = nil
134
n.Attributes.Reset()
135
}
136
137
func
(n *Node) WithMetaLabel(label *text.Message) *Node {
138
if
n.Meta == nil {
Callers
nothing calls this directly
Calls
1
Reset
Method · 0.65
Tested by
no test coverage detected