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

Method AppendName

scintilla/lexlib/OptionSet.h:77–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75 std::string wordLists;
76
77 void AppendName(const char *name) {
78 if (!names.empty())
79 names += "\n";
80 names += name;
81 }
82public:
83 virtual ~OptionSet() {
84 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected