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

Method ValueExists

sourcecommon/inif.cpp:376–379  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

374}
375//---------------------------------------------------------------------------
376bool TMYIniFile::ValueExists(const AnsiString Section, const AnsiString Ident)
377{
378 return Find(Section.c_str(), Ident.c_str()) >= 0;
379}
380//---------------------------------------------------------------------------
381/*
382char * SkipStartCntlChars(char * str)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected