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

Function ParseError

engine/dlib/src/dlib/configfile.cpp:231–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

229 };
230
231 void ParseError(Context* context, Result result)
232 {
233 dmLogWarning("Config file parse error in file '%s' at line: %d", context->m_URI, context->m_Line);
234 longjmp(context->m_JmpBuf, (int) result);
235 }
236
237 static bool IsBlank(char c)
238 {

Callers 4

SafeGetCharFunction · 0.70
ExpectFunction · 0.70
ParseLiteralFunction · 0.70
ParseKeyFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected