MCPcopy
hub / github.com/crowdsecurity/crowdsec / processStash

Method processStash

pkg/parser/node.go:245–251  ·  view source on GitHub ↗
(_ *pipeline.Event, cachedExprEnv map[string]any)

Source from the content-addressed store, hash-verified

243}
244
245func (n *Node) processStash(_ *pipeline.Event, cachedExprEnv map[string]any) error {
246 for idx, stash := range n.RuntimeStashes {
247 stash.Apply(idx, cachedExprEnv, n.Logger, n.Debug)
248 }
249
250 return nil
251}
252
253func (n *Node) processLeaves(
254 p *pipeline.Event,

Callers 1

processMethod · 0.95

Calls 1

ApplyMethod · 0.45

Tested by

no test coverage detected