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

Method SynchPoint

Source/Utility/Synchroniser.cpp:158–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156//
157//*****************************************************************************
158CSynchroniser::ESynchResult ISynchProducer::SynchPoint( const void * data, u32 length )
159{
160 if( mStream.IsOpen() )
161 {
162 return mStream.WriteData( data, length ) ? SR_OK : SR_OUT_OF_STORAGE;
163 }
164
165 return SR_OUT_OF_STORAGE;
166}
167
168//*****************************************************************************
169//

Callers

nothing calls this directly

Calls 3

WriteDataMethod · 0.80
ReadDataMethod · 0.80
IsOpenMethod · 0.45

Tested by

no test coverage detected