MCPcopy Create free account
hub / github.com/couchbase/forestdb / iniparser_unset

Function iniparser_unset

utils/iniparser.cc:898–901  ·  view source on GitHub ↗

-------------------------------------------------------------------------*/ @brief Delete an entry in a dictionary @param ini Dictionary to modify @param entry Entry to delete (entry name) @return void If the given entry can be found, it is deleted from the dictionary. */ --------------------------------------------------------------------------*/

Source from the content-addressed store, hash-verified

896 */
897/*--------------------------------------------------------------------------*/
898void iniparser_unset(dictionary * ini, char * entry)
899{
900 dictionary_unset(ini, strlwc(entry));
901}
902
903
904/*-------------------------------------------------------------------------*/

Callers

nothing calls this directly

Calls 2

dictionary_unsetFunction · 0.85
strlwcFunction · 0.85

Tested by

no test coverage detected