MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / ToStart

Method ToStart

sourcecommon/File.cpp:228–231  ·  view source on GitHub ↗

---------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

226}
227//---------------------------------------------------------------------------
228bool __fastcall TFile::ToStart(void)
229{
230 return SetPointer64(0i64, FILE_BEGIN);
231}
232//---------------------------------------------------------------------------
233bool __fastcall TFile::ToEnd(void)
234{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected