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

Method WriteString

sourcecommon/File.cpp:248–252  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

246}
247//---------------------------------------------------------------------------
248bool __fastcall TFile::WriteString(char * string)
249{
250 Error = ! (Write((BYTE *)string, lstrlen(string)) && Write((BYTE *)CR, lstrlen(CR)));
251 return ! Error;
252}
253//---------------------------------------------------------------------------
254bool __fastcall TFile::WriteString(AnsiString string)
255{

Callers 3

SaveMethod · 0.45
SavePositionFunction · 0.45
AddToLastOpenDocsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected