Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ha/doozerd
/ FakeProposer
Struct
FakeProposer
src/pkg/test/test.go:9–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
)
8
9
type
FakeProposer
struct
{
10
*store.Store
11
seqn int64
12
}
13
14
func
(fp *FakeProposer) Propose(v []byte) store.Event {
15
n := atomic.AddInt64(&fp.seqn, 1)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected