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

Function iniparser_setstr

utils/iniparser.cc:882–886  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

880/*--------------------------------------------------------------------------*/
881
882int iniparser_setstr(dictionary * ini, char * entry, char * val)
883{
884 dictionary_set(ini, strlwc(entry), val);
885 return 0 ;
886}
887
888/*-------------------------------------------------------------------------*/
889/**

Callers

nothing calls this directly

Calls 2

dictionary_setFunction · 0.85
strlwcFunction · 0.85

Tested by

no test coverage detected