| 1935 | class MockFSM1 : public MockFSM { |
| 1936 | protected: |
| 1937 | MockFSM1() : MockFSM(butil::EndPoint()) {} |
| 1938 | virtual int on_snapshot_load(braft::SnapshotReader* reader) { |
| 1939 | (void)reader; |
| 1940 | return -1; |
nothing calls this directly
no outgoing calls
no test coverage detected