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

Method LexerFactorySQL

src/qscint/scintilla/lexers/LexSQL.cpp:349–351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

347 }
348
349 static ILexer *LexerFactorySQL() {
350 return new LexerSQL();
351 }
352private:
353 bool IsStreamCommentStyle(int style) {
354 return style == SCE_SQL_COMMENT ||

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected