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

Function BufferEof

engine/dlib/src/dlib/configfile.cpp:249–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247 }
248
249 static bool BufferEof(Context* context)
250 {
251 return context->m_BufferPos >= context->m_BufferSize;
252 }
253
254 static void BufferUngetChar(char c, Context* context)
255 {

Callers 1

ParseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected