| 1375 | |
| 1376 | |
| 1377 | void TTargetSerialization::SaveNonSharedPart( |
| 1378 | const TTargetDataProvider& targetDataProvider, |
| 1379 | IBinSaver* binSaver |
| 1380 | ) { |
| 1381 | targetDataProvider.SaveDataNonSharedPart(binSaver); |
| 1382 | } |
nothing calls this directly
no test coverage detected