MCPcopy Index your code
hub / github.com/google/seesaw / dispatch

Method dispatch

engine/sync_test.go:51–53  ·  view source on GitHub ↗
(note *SyncNote)

Source from the content-addressed store, hash-verified

49}
50
51func (tsd *testNoteDispatcher) dispatch(note *SyncNote) {
52 tsd.notes <- note
53}
54
55func (tsd *testNoteDispatcher) nextNote() (*SyncNote, error) {
56 select {

Callers 1

pollMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected