MCPcopy 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

ParseFunction · 0.85

Calls 2

ExpectFunction · 0.85
ParseKeyFunction · 0.85

Tested by

no test coverage detected