Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
70
static bool IsSolStringStart(char ch)
71
{
72
if (ch ==
'\'
' || ch == '
"') return true;
73
return false;
74
}
75
76
static bool IsSolWordStart(char ch)
77
{
Callers
2
IsSolWordStart
Function · 0.85
ColouriseSolDoc
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected