MCPcopy Create free account
hub / github.com/ProgerXP/Notepad2e / IsBlockComment

Function IsBlockComment

scintilla/lexers/LexOScript.cxx:373–375  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

371// Functions supporting OScript code folding.
372
373static inline bool IsBlockComment(int style) {
374 return style == SCE_OSCRIPT_BLOCK_COMMENT;
375}
376
377static bool IsLineComment(int line, Accessor &styler) {
378 int pos = styler.LineStart(line);

Callers 1

FoldOScriptDocFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected