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

Method DescribeWordListSets

scintilla/lexers/LexSQL.cxx:295–297  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

293 }
294
295 const char * SCI_METHOD DescribeWordListSets() {
296 return osSQL.DescribeWordListSets();
297 }
298
299 int SCI_METHOD WordListSet(int n, const char *wl);
300 void SCI_METHOD Lex (unsigned int startPos, int lengthDoc, int initStyle, IDocument *pAccess);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected