Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ory/kratos
/ Add
Method
Add
text/message.go:35–38 ·
view source on GitHub ↗
(m *Message)
Source
from the content-addressed store, hash-verified
33
}
34
35
func
(h *Messages) Add(m *Message) Messages {
36
*h = append(*h, *m)
37
return
*h
38
}
39
40
func
(h *Messages) Set(m *Message) Messages {
41
*h = Messages{*m}
Callers
15
parseWebhookResponse
Function · 0.95
NewBuilder
Function · 0.45
addURLEncodedBody
Method · 0.45
WithHeader
Function · 0.45
MockSessionCreateHandlerWithIdentityAndAMR
Function · 0.45
AssertCSRFFailures
Function · 0.45
parameterAddToHeaderOrQuery
Function · 0.45
prepareRequest
Method · 0.45
CacheExpires
Function · 0.45
parameterAddToHeaderOrQuery
Function · 0.45
prepareRequest
Method · 0.45
CacheExpires
Function · 0.45
Calls
no outgoing calls
Tested by
10
generateTestClientCert
Function · 0.36
TestPersister
Function · 0.36
TestContainer
Function · 0.36
TestPersister
Function · 0.36
TestSecureContentNegotiationRedirection
Function · 0.36
TestHandler
Function · 0.36
createCleanDatabases
Function · 0.36
TestPersister
Function · 0.36
TestViperProvider
Function · 0.36
newTestConfig
Function · 0.36