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

Function IsStreamCommentStyle

scintilla/lexers/LexMySQL.cxx:327–330  ·  view source on GitHub ↗

* Helper function to determine if we have a foldable comment currently. */

Source from the content-addressed store, hash-verified

325 * Helper function to determine if we have a foldable comment currently.
326 */
327static bool IsStreamCommentStyle(int style)
328{
329 return MASKACTIVE(style) == SCE_MYSQL_COMMENT;
330}
331
332//--------------------------------------------------------------------------------------------------
333

Callers 1

FoldMySQLDocFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected