MCPcopy
hub / github.com/bettercap/bettercap / EdgesCallback

FuncType EdgesCallback

modules/graph/edges.go:18–18  ·  view source on GitHub ↗
func(string, []Edge, string) error

Source from the content-addressed store, hash-verified

16type EdgesTo map[string][]Edge
17
18type EdgesCallback func(string, []Edge, string) error
19
20type Edges struct {
21 sync.RWMutex

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected