MCPcopy Create free account
hub / github.com/baidu/braft / MockFSM1

Method MockFSM1

test/test_node.cpp:1937–1937  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1935class MockFSM1 : public MockFSM {
1936protected:
1937 MockFSM1() : MockFSM(butil::EndPoint()) {}
1938 virtual int on_snapshot_load(braft::SnapshotReader* reader) {
1939 (void)reader;
1940 return -1;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected