MCPcopy Index your code
hub / github.com/crowdsecurity/crowdsec / SetSerialized

Method SetSerialized

pkg/database/ent/mutation.go:7957–7959  ·  view source on GitHub ↗

SetSerialized sets the "serialized" field.

(s string)

Source from the content-addressed store, hash-verified

7955
7956// SetSerialized sets the "serialized" field.
7957func (m *EventMutation) SetSerialized(s string) {
7958 m.serialized = &s
7959}
7960
7961// Serialized returns the value of the "serialized" field in the mutation.
7962func (m *EventMutation) Serialized() (r string, exists bool) {

Callers 2

SetFieldMethod · 0.95
buildEventCreatesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected