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

Method FreeSubStyles

src/qscint/scintilla/lexers/LexPython.cpp:399–401  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

397 return style;
398 }
399 void SCI_METHOD FreeSubStyles() override {
400 subStyles.Free();
401 }
402 void SCI_METHOD SetIdentifiers(int style, const char *identifiers) override {
403 subStyles.SetIdentifiers(style, identifiers);
404 }

Callers

nothing calls this directly

Calls 1

FreeMethod · 0.45

Tested by

no test coverage detected