Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Hopson97/HopsonCraft
/ atHeader
Method
atHeader
Source/Util/ConfigParser.cpp:15–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
}
14
15
bool ConfigParser::atHeader() const
16
{
17
return !atEnd() && m_lines[m_position].is_header;
18
}
19
20
bool ConfigParser::atKVP() const
21
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected