MCPcopy Create free account
hub / github.com/buggregator/server / HandleIncoming

Method HandleIncoming

modules/vardumper/module.go:20–20  ·  view source on GitHub ↗
(ctx context.Context, inc *event.Incoming)

Source from the content-addressed store, hash-verified

18
19type EventStorer interface {
20 HandleIncoming(ctx context.Context, inc *event.Incoming) error
21}
22
23func New(addr string) *Module {

Callers 5

storeEventMethod · 0.65
DataMethod · 0.65
HandleConnectionMethod · 0.65
processPayloadMethod · 0.65
ServeHTTPMethod · 0.65

Implementers 1

EventServiceinternal/server/http/event_service.go

Calls

no outgoing calls

Tested by

no test coverage detected