MCPcopy Create free account
hub / github.com/ByteYellow/AgentProvenance / eventIDsOf

Function eventIDsOf

internal/intent/diff.go:218–226  ·  view source on GitHub ↗
(es []RuntimeEffect)

Source from the content-addressed store, hash-verified

216}
217
218func eventIDsOf(es []RuntimeEffect) []string {
219 var out []string
220 for _, e := range es {
221 if e.EventID != "" {
222 out = append(out, e.EventID)
223 }
224 }
225 return out
226}
227
228func sortedForbidden(m map[EffectKind]bool) []EffectKind {
229 var out []EffectKind

Callers 1

DiffFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected