Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
45
func
newTestNoteDispatcher() *testNoteDispatcher {
46
return
&testNoteDispatcher{
47
notes: make(
chan
*SyncNote, sessionNotesQueueSize),
48
}
49
}
50
51
func
(tsd *testNoteDispatcher) dispatch(note *SyncNote) {
52
tsd.notes <- note
Callers
1
newSyncTest
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected