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

Method ReadString

sourcecommon/savepar.cpp:328–331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326 return Get(Section, Ident, Default);
327}
328AnsiString TSaveParams::ReadString(const AnsiString Section, const AnsiString Ident, const AnsiString Default)
329{
330 return Get(Section, Ident, Default);
331}
332double TSaveParams::ReadFloat(const AnsiString Section, const AnsiString Ident, double Default)
333{
334 return Get(Section, Ident, Default);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected