Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ha/doozerd
/ sync
Function
sync
src/pkg/store/store_test.go:73–77 ·
view source on GitHub ↗
(s *Store, n int64)
Source
from the content-addressed store, hash-verified
71
72
73
func
sync(s *Store, n int64) {
74
if
ev, _ := s.Wait(Any, n); ev != nil {
75
<-ev
76
}
77
}
78
79
80
func
clearGetter(ev Event) Event {
Callers
15
TestGet
Function · 0.85
TestGetDeleted
Function · 0.85
TestApplyInOrder
Function · 0.85
TestGetSyncOne
Function · 0.85
TestGetSyncSeveral
Function · 0.85
TestGetSyncExtra
Function · 0.85
TestApplyBadThenGood
Function · 0.85
TestApplyOutOfOrder
Function · 0.85
TestApplyIgnoreDuplicate
Function · 0.85
TestApplyIgnoreDuplicateOutOfOrder
Function · 0.85
TestGetWithDir
Function · 0.85
TestStatWithDir
Function · 0.85
Calls
1
Wait
Method · 0.80
Tested by
no test coverage detected