MCPcopy Create free account
hub / github.com/encodeous/nylon / GetTableActions

Method GetTableActions

core/router_harness.go:184–188  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

182}
183
184func (h *RouterHarness) GetTableActions() HarnessEvents {
185 x := slices.Clone(h.tableActions)
186 h.tableActions = make([]RouterEvent, 0)
187 return x
188}
189
190func (e HarnessEvents) contains(eventType string, args ...any) bool {
191 for _, event := range e {

Calls 1

CloneMethod · 0.80