MCPcopy Create free account
hub / github.com/defold/defold / EatBlank

Function EatBlank

engine/dlib/src/dlib/configfile.cpp:330–339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

328 }
329
330 static void EatBlank(Context* context)
331 {
332 int c;
333 do
334 {
335 c = GetChar(context);
336 } while (IsBlank(c));
337
338 BufferUngetChar(c, context);
339 }
340
341 static uint32_t AddString(Context* context, const char* string)
342 {

Callers 1

ParseEntryFunction · 0.85

Calls 3

IsBlankFunction · 0.85
BufferUngetCharFunction · 0.85
GetCharFunction · 0.70

Tested by

no test coverage detected