Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
51
func
(tsd *testNoteDispatcher) dispatch(note *SyncNote) {
52
tsd.notes <- note
53
}
54
55
func
(tsd *testNoteDispatcher) nextNote() (*SyncNote, error) {
56
select
{
Callers
1
poll
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected