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

Method WriteString

sourcecommon/inif.cpp:292–295  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

290}
291//---------------------------------------------------------------------------
292void TMYIniFile::WriteString(char * Section, char * Ident, char * Value)
293{
294 WriteString(String(Section), String(Ident), Value);
295}
296//---------------------------------------------------------------------------
297void TMYIniFile::WriteString(String Section, String Ident, String Value)
298{

Callers

nothing calls this directly

Calls 2

InsertMethod · 0.80
AddMethod · 0.45

Tested by

no test coverage detected