Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ ParseSection
Function
ParseSection
engine/dlib/src/dlib/configfile.cpp:473–478 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
471
}
472
473
void ParseSection(Context* context)
474
{
475
Expect(context,
'['
);
476
ParseKey(context, context->m_CategoryBuffer, CATEGORY_MAX_SIZE);
477
Expect(context,
']'
);
478
}
479
480
static void Parse(Context* context)
481
{
Callers
1
Parse
Function · 0.85
Calls
2
Expect
Function · 0.85
ParseKey
Function · 0.85
Tested by
no test coverage detected