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

Function IsBlank

engine/dlib/src/dlib/configfile.cpp:237–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235 }
236
237 static bool IsBlank(char c)
238 {
239 return c == ' ' || c == '\t';
240 }
241
242 static int BufferGetChar(Context* context)
243 {

Callers 1

EatBlankFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected