MCPcopy Create free account
hub / github.com/Hopson97/HopsonCraft / parse

Method parse

Source/Util/ConfigParser.cpp:7–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5{}
6
7void ConfigParser::parse(std::string const& filename, std::istream& is)
8{
9 std::string line;
10 int line_no = 0;
11 while (std::getline(is, line))
12 parseLine(std::move(line), filename, line_no++);
13}
14
15bool ConfigParser::atHeader() const
16{

Callers 1

loadFromStreamMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected