MCPcopy Create free account
hub / github.com/DaedalusX64/daedalus / SynchData

Method SynchData

Source/Utility/Synchroniser.cpp:171–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169//
170//*****************************************************************************
171CSynchroniser::ESynchResult ISynchProducer::SynchData( void * data, u32 length )
172{
173 if( mStream.IsOpen() )
174 {
175 return mStream.WriteData( data, length ) ? SR_OK : SR_OUT_OF_STORAGE;
176 }
177
178 return SR_OUT_OF_STORAGE;
179}
180
181//*****************************************************************************
182//

Callers

nothing calls this directly

Calls 3

WriteDataMethod · 0.80
ReadDataMethod · 0.80
IsOpenMethod · 0.45

Tested by

no test coverage detected