MCPcopy Create free account
hub / github.com/Tencent/phxsql / ValueHandler

Method ValueHandler

phxcomm/configparser/inih-master/cpp/INIReader.cpp:56–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56int INIReader::ValueHandler(void* user, const char* section, const char* name, const char* value) {
57 INIReader* reader = (INIReader*) user;
58 reader->_values[section][name] = value;
59 return 1;
60}
61

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected