| 209 | } |
| 210 | |
| 211 | void GuidesConnections::OverwriteFakeEnding(size_t checkpointIdx, FakeEnding const & newFakeEnding) |
| 212 | { |
| 213 | m_checkpointsFakeEndings[checkpointIdx] = newFakeEnding; |
| 214 | } |
| 215 | |
| 216 | // static |
| 217 | void GuidesConnections::ExtendFakeEndingProjections(FakeEnding const & srcFakeEnding, FakeEnding & dstFakeEnding) |
no outgoing calls
no test coverage detected