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

Method SectionExists

sourcecommon/inif.cpp:371–374  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

369}
370//---------------------------------------------------------------------------
371bool TMYIniFile::SectionExists(const AnsiString Section)
372{
373 return Find(Section.c_str()) >= 0;
374}
375//---------------------------------------------------------------------------
376bool TMYIniFile::ValueExists(const AnsiString Section, const AnsiString Ident)
377{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected