Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ory/kratos
/ Find
Method
Find
ui/node/node.go:149–157 ·
view source on GitHub ↗
(id string)
Source
from the content-addressed store, hash-verified
147
}
148
149
func
(n Nodes) Find(id string) *Node {
150
for
_, nn :=
range
n {
151
if
nn.ID() == id {
152
return
nn
153
}
154
}
155
156
return
nil
157
}
158
159
func
(n Nodes) FindAll(id string) []Node {
160
var
nodes []Node
Callers
15
updateVerificationFlow
Method · 0.45
populateAccountLinkingUI
Method · 0.45
TestPopulateLoginMethod
Function · 0.45
TestFormHydration
Function · 0.45
registrationVerifyCode
Method · 0.45
FindCodeAddresses
Method · 0.45
findIdentifierInVerifiableAddress
Method · 0.45
loginSendCode
Method · 0.45
handleLinkClick
Method · 0.45
TestVerifier
Function · 0.45
TestContainer
Function · 0.45
UpdateNodeValuesFromJSON
Method · 0.45
Calls
1
ID
Method · 0.65
Tested by
5
TestPopulateLoginMethod
Function · 0.36
TestFormHydration
Function · 0.36
TestVerifier
Function · 0.36
TestContainer
Function · 0.36
TestRemoveMatchingNodes
Function · 0.36