-
Xiao Deng authored
This will prevent an assert if a NULL pointer is passed, and can make writing some code easier and cleaner without the need for a NULL check. For example, plist_copy(plist_dict_get_item(dict, "abc")) would give us a copy of the dict's node if the dict has a value for the given key, or NULL without any further checks.
ea5b54b4
Name |
Last commit
|
Last update |
---|---|---|
.github/workflows | ||
cython | ||
fuzz | ||
include | ||
libcnary | ||
m4 | ||
src | ||
test | ||
tools | ||
.gitignore | ||
AUTHORS | ||
COPYING | ||
COPYING.LESSER | ||
Makefile.am | ||
NEWS | ||
README.md | ||
autogen.sh | ||
configure.ac | ||
doxygen.cfg.in |