Files
bitcoin/src/kernel
stickies-v 6657bcbdb4 kernel: allow null data_directory
An empty path may be represented with a nullptr. For example,
std::string_view::data() may return nullptr.

Removes the BITCOINKERNEL_ARG_NONNULL attribute for data_directory,
and instead handles such null arguments in the implementation.

Also documents how BITCOINKERNEL_ARG_NONNULL should be used.
2025-11-13 18:17:58 +00:00
..
2023-09-30 06:38:47 -04:00
2023-09-30 06:38:47 -04:00
2025-03-13 11:13:13 +00:00
2023-02-22 15:46:21 +00:00
2023-01-05 09:05:14 +00:00