MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / init

Method init

Source/Utils/ini.hpp:541–548  ·  view source on GitHub ↗

Functions Init the INI in with values set by constructor

Source from the content-addressed store, hash-verified

539 ///Functions
540 //Init the INI in with values set by constructor
541 void init(source_e source, bool doParse)
542 {
543 this->source = source;
544
545 reserveSections();
546 if (doParse)
547 parse();
548 }
549
550 //Clean the contents for descruction
551 void clean()

Callers

nothing calls this directly

Calls 1

parseFunction · 0.85

Tested by

no test coverage detected