MCPcopy Create free account
hub / github.com/expr-lang/expr / MetasOrErr

Method MetasOrErr

test/crowdsec/crowdsec.go:113–115  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

111}
112
113func (e AlertEdges) MetasOrErr() ([]*Meta, error) {
114 return nil, nil
115}
116
117type Machine struct {
118 ID int `json:"id,omitempty"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected