MCPcopy
hub / github.com/google/seesaw / newTestNoteDispatcher

Function newTestNoteDispatcher

engine/sync_test.go:45–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43}
44
45func newTestNoteDispatcher() *testNoteDispatcher {
46 return &testNoteDispatcher{
47 notes: make(chan *SyncNote, sessionNotesQueueSize),
48 }
49}
50
51func (tsd *testNoteDispatcher) dispatch(note *SyncNote) {
52 tsd.notes <- note

Callers 1

newSyncTestFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected