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

Method DescribeProperty

scintilla/lexers/LexSQL.cxx:284–286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

282 }
283
284 const char * SCI_METHOD DescribeProperty(const char *name) {
285 return osSQL.DescribeProperty(name);
286 }
287
288 int SCI_METHOD PropertySet(const char *key, const char *val) {
289 if (osSQL.PropertySet(&options, key, val)) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected