MCPcopy Create free account
hub / github.com/cxasm/notepad-- / IsSolStringStart

Function IsSolStringStart

src/qscint/scintilla/lexers/LexScriptol.cpp:70–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70static bool IsSolStringStart(char ch)
71{
72 if (ch == '\'' || ch == '"') return true;
73 return false;
74}
75
76static bool IsSolWordStart(char ch)
77{

Callers 2

IsSolWordStartFunction · 0.85
ColouriseSolDocFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected