MCPcopy Create free account
hub / github.com/TheForceEngine/TheForceEngine / isSeparator

Function isSeparator

TheForceEngine/TFE_System/parser.cpp:19–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17 }
18
19 bool isSeparator(const char c)
20 {
21 if (c == '=' || c == ',')
22 {
23 return true;
24 }
25 return false;
26 }
27}
28
29TFE_Parser::TFE_Parser() : m_buffer(nullptr), m_bufferLen(0u), m_enableBlockComments(false), m_blockComment(false), m_enableColonSeperator(false), m_convertToUppercase(false) {}

Callers 1

tokenizeLineMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected