MCPcopy
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
35func (h *Messages) Add(m *Message) Messages {
36 *h = append(*h, *m)
37 return *h
38}
39
40func (h *Messages) Set(m *Message) Messages {
41 *h = Messages{*m}

Callers 15

parseWebhookResponseFunction · 0.95
NewBuilderFunction · 0.45
addURLEncodedBodyMethod · 0.45
WithHeaderFunction · 0.45
AssertCSRFFailuresFunction · 0.45
prepareRequestMethod · 0.45
CacheExpiresFunction · 0.45
prepareRequestMethod · 0.45
CacheExpiresFunction · 0.45

Calls

no outgoing calls

Tested by 10

generateTestClientCertFunction · 0.36
TestPersisterFunction · 0.36
TestContainerFunction · 0.36
TestPersisterFunction · 0.36
TestHandlerFunction · 0.36
createCleanDatabasesFunction · 0.36
TestPersisterFunction · 0.36
TestViperProviderFunction · 0.36
newTestConfigFunction · 0.36